New line chars at EOF.
[mussa.git] / alg / alphabet.cpp
index 32796ca662196165d27692bc3c3ecaa56093ea25..04226b0e90b9c70bbd4ee1cd0fc6b8d5004dfdf1 100644 (file)
@@ -145,4 +145,4 @@ boost::shared_ptr<std::string> Alphabet::reverse_complement(const std::string &s
     new_seq->append(1, complement_map[ *seq_i ]);
   }
   return new_seq;
-}
\ No newline at end of file
+}