Added new line at end of file to remove gcc warning
[mussa.git] / qui / threading / GuiProxy.cpp
index 446de63e2a5571c544947da83a427f3a2c8fa0f2..31be158a018edbf2552ef844ee61833749498628 100644 (file)
@@ -35,6 +35,7 @@ void GuiProxy::create_mussa_window(GuiProxy *proxy) {
   proxy->analysis.reset();
 }
 
+
 void MussaWindowProxy(MussaRef m) {
   GuiProxy *proxy = ThreadManager::get_gui_proxy();  
   if (proxy) {
@@ -43,4 +44,5 @@ void MussaWindowProxy(MussaRef m) {
     std::cout << "no local proxy" << std::endl;
   }
 }
-    
\ No newline at end of file
+    
+