Added newline char at end of file to remove gcc warning
authorBrandon King <kingb@caltech.edu>
Wed, 14 Feb 2007 01:50:23 +0000 (01:50 +0000)
committerBrandon King <kingb@caltech.edu>
Wed, 14 Feb 2007 01:50:23 +0000 (01:50 +0000)
qui/motif_editor/MotifElement.cpp

index 1804e94b962e2a05789c2d476edfb1f6b5c78acf..89308c72858d3ece99caf974a204c79519e7ca9a 100644 (file)
@@ -95,4 +95,4 @@ std::string MotifElement::getName() const
 void MotifElement::setName(const std::string& seq_name)
 {
   motif.set_fasta_header(seq_name);
-}
\ No newline at end of file
+}