From fba8921b96de715f471cee9ae51a80debf57e8b5 Mon Sep 17 00:00:00 2001
From: Samuel Jones <samjones714@gmail.com>
Date: Tue, 11 Sep 2018 11:55:19 +0100
Subject: [PATCH] Re #23468 Clang-format

---
 MantidPlot/src/ApplicationWindow.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MantidPlot/src/ApplicationWindow.cpp b/MantidPlot/src/ApplicationWindow.cpp
index c7d0df29c4e..be99c9bdace 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
-- 
GitLab