From: Diane Trout Date: Fri, 20 Oct 2006 21:59:06 +0000 (+0000) Subject: add nl to end of 3 files X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=55448a7aa70f6756e3b0a0227354efb89f39a160 add nl to end of 3 files --- diff --git a/alg/alphabet.cpp b/alg/alphabet.cpp index 114674f..3e4e5c8 100644 --- a/alg/alphabet.cpp +++ b/alg/alphabet.cpp @@ -50,4 +50,4 @@ void Alphabet::assign(const Alphabet& a) bool Alphabet::exists(const char c) const { return (alphabet_set.find(c) != alphabet_set.end()); -} \ No newline at end of file +} diff --git a/alg/test/test_conserved_path.cpp b/alg/test/test_conserved_path.cpp index e467c72..d90f761 100644 --- a/alg/test/test_conserved_path.cpp +++ b/alg/test/test_conserved_path.cpp @@ -216,4 +216,4 @@ BOOST_AUTO_TEST_CASE( conserved_path_sort ) BOOST_CHECK_EQUAL( *path_i, cp112 ); ++path_i; BOOST_CHECK_EQUAL( *path_i, cp115 ); ++path_i; BOOST_CHECK_EQUAL( *path_i, cp121 ); -} \ No newline at end of file +} diff --git a/qui/SubanalysisWindow.cpp b/qui/SubanalysisWindow.cpp index 57dafc9..4adadcd 100644 --- a/qui/SubanalysisWindow.cpp +++ b/qui/SubanalysisWindow.cpp @@ -140,4 +140,4 @@ void SubanalysisWindow::updateTitle() title += analysis->get_title(); } setWindowTitle(title.c_str()); -} \ No newline at end of file +}