From 5288827708ab8f91f1ed49c8d7d548ec7d07ce79 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Wed, 14 Feb 2007 01:50:23 +0000 Subject: [PATCH] Added newline char at end of file to remove gcc warning --- qui/motif_editor/MotifElement.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.30.2