add nl to end of 3 files
[mussa.git] / alg / alphabet.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
+}