diff --git a/MantidPlot/src/ApplicationWindow.cpp b/MantidPlot/src/ApplicationWindow.cpp
index c7d0df29c4ea163d352c7b11e71555e728c5ce09..be99c9bdace37a343b1e754cf99a23049a9cc9e2 100644
--- a/MantidPlot/src/ApplicationWindow.cpp
+++ b/MantidPlot/src/ApplicationWindow.cpp
@@ -16857,6 +16857,6 @@ void ApplicationWindow::checkForProjectRecovery() {
   }
 }
 
-void ApplicationWindow::saveRecoveryCheckpoint(){
+void ApplicationWindow::saveRecoveryCheckpoint() {
   m_projectRecovery.saveAll(false);
 }
\ No newline at end of file