add some newlines at the end of some of our files
authorDiane Trout <diane@caltech.edu>
Fri, 5 Jan 2007 01:49:12 +0000 (01:49 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 5 Jan 2007 01:49:12 +0000 (01:49 +0000)
gcc 4.2 complains about this.

alg/sequence_location.cpp
py/flp.cpp
py/python.cpp
qui/seqbrowser/ScrollableSequenceBrowser.cpp
qui/threading/GuiProxy.cpp
qui/threading/ThreadManager.cpp

index 32fd0aedd4075e540b8aaacf05a34711d5ad7bf6..4b3ddc8b5a1b282400670a69e462df62d9e2c12b 100644 (file)
@@ -85,4 +85,4 @@ int SequenceLocation::getRight() const
 SequenceLocation::size_type SequenceLocation::size() const
 {
   return getCount();
-}
\ No newline at end of file
+}
index 9d6d72977df0262fc0564c8c982fd62e10015417..f7c415bcfe30f4fbdda498602a89086841566859 100644 (file)
@@ -37,4 +37,4 @@ void export_flps()
     //void save(boost::filesystem::path save_file_path);
     //void load(boost::filesystem::path file_path);
   to_python_converter< std::list<int>, listint_to_python>();
-}
\ No newline at end of file
+}
index 0de06766470fd882e0f7a0bd857800973718fa7d..cc7dfdc52224e47a2b42da8cbb825d48d0065e06 100644 (file)
@@ -145,4 +145,4 @@ MussaPython *get_py_ptr()
 MussaPython &get_py()
 {
   return *get_py_ptr();
-}
\ No newline at end of file
+}
index 7357af143c0447b67e136fb3ce7defe7a88d6a4a..d2acb2451be0d2046e51cd3939934f5b0a133ad9 100644 (file)
@@ -47,4 +47,4 @@ void ScrollableSequenceBrowser::setViewportCenter(int x)
     thumb = x;
     sequence_browser->setViewportCenter(thumb);
   }
-}
\ No newline at end of file
+}
index 446de63e2a5571c544947da83a427f3a2c8fa0f2..923fc68731c02836eb2085c52f7fa08a47c29cac 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) {
index 1586c13cef8c2748087c1856ac342a6a9d94050f..354fa28e15301f0af63b0bb2447b20f94e082772 100644 (file)
@@ -55,4 +55,4 @@ GuiProxy *ThreadManager::get_gui_proxy()
     storage.setLocalData(client);
     return client;
   }
-}
\ No newline at end of file
+}