From: Brandon King Date: Wed, 14 Feb 2007 01:50:23 +0000 (+0000) Subject: Added newline char at end of file to remove gcc warning X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=5288827708ab8f91f1ed49c8d7d548ec7d07ce79 Added newline char at end of file to remove gcc warning --- diff --git a/qui/motif_editor/MotifElement.cpp b/qui/motif_editor/MotifElement.cpp index 1804e94..89308c7 100644 --- a/qui/motif_editor/MotifElement.cpp +++ b/qui/motif_editor/MotifElement.cpp @@ -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 +}