add nl to end of 3 files
authorDiane Trout <diane@caltech.edu>
Fri, 20 Oct 2006 21:59:06 +0000 (21:59 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 20 Oct 2006 21:59:06 +0000 (21:59 +0000)
alg/alphabet.cpp
alg/test/test_conserved_path.cpp
qui/SubanalysisWindow.cpp

index 114674f2379b50e366484778dfc8535db9a9340d..3e4e5c83ca1455f5bc2e66bef6fc11b1c1712f41 100644 (file)
@@ -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
+}
index e467c721dd635a9656ecd9a7c4e858ce1485aa13..d90f7618e6643ed333aa5754114efb7ceab51245 100644 (file)
@@ -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
+}
index 57dafc9792d4e494599ec1bb9c84e82d0cfb991e..4adadcd2f84467c3aafc4e649dc0201f920e84cc 100644 (file)
@@ -140,4 +140,4 @@ void SubanalysisWindow::updateTitle()
     title += analysis->get_title();
   }
   setWindowTitle(title.c_str());  
-}
\ No newline at end of file
+}