From: Diane Trout Date: Fri, 5 Jan 2007 01:49:12 +0000 (+0000) Subject: add some newlines at the end of some of our files X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=38532e132bdaca69c177e9f84266cc5b6347fa6c add some newlines at the end of some of our files gcc 4.2 complains about this. --- diff --git a/alg/sequence_location.cpp b/alg/sequence_location.cpp index 32fd0ae..4b3ddc8 100644 --- a/alg/sequence_location.cpp +++ b/alg/sequence_location.cpp @@ -85,4 +85,4 @@ int SequenceLocation::getRight() const SequenceLocation::size_type SequenceLocation::size() const { return getCount(); -} \ No newline at end of file +} diff --git a/py/flp.cpp b/py/flp.cpp index 9d6d729..f7c415b 100644 --- a/py/flp.cpp +++ b/py/flp.cpp @@ -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, listint_to_python>(); -} \ No newline at end of file +} diff --git a/py/python.cpp b/py/python.cpp index 0de0676..cc7dfdc 100644 --- a/py/python.cpp +++ b/py/python.cpp @@ -145,4 +145,4 @@ MussaPython *get_py_ptr() MussaPython &get_py() { return *get_py_ptr(); -} \ No newline at end of file +} diff --git a/qui/seqbrowser/ScrollableSequenceBrowser.cpp b/qui/seqbrowser/ScrollableSequenceBrowser.cpp index 7357af1..d2acb24 100644 --- a/qui/seqbrowser/ScrollableSequenceBrowser.cpp +++ b/qui/seqbrowser/ScrollableSequenceBrowser.cpp @@ -47,4 +47,4 @@ void ScrollableSequenceBrowser::setViewportCenter(int x) thumb = x; sequence_browser->setViewportCenter(thumb); } -} \ No newline at end of file +} diff --git a/qui/threading/GuiProxy.cpp b/qui/threading/GuiProxy.cpp index 446de63..923fc68 100644 --- a/qui/threading/GuiProxy.cpp +++ b/qui/threading/GuiProxy.cpp @@ -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) { diff --git a/qui/threading/ThreadManager.cpp b/qui/threading/ThreadManager.cpp index 1586c13..354fa28 100644 --- a/qui/threading/ThreadManager.cpp +++ b/qui/threading/ThreadManager.cpp @@ -55,4 +55,4 @@ GuiProxy *ThreadManager::get_gui_proxy() storage.setLocalData(client); return client; } -} \ No newline at end of file +}