From 6359c40e1ea65744e608dbd373c5371e03042d47 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Fri, 20 Apr 2007 01:03:05 +0000 Subject: [PATCH] New line chars at EOF. * Magically make warnings disapear. * ticket:263. --- alg/alphabet.cpp | 2 +- alg/annotations.cpp | 2 +- alg/glsequence.cpp | 2 +- qui/seqbrowser/SequenceBrowser.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/alg/alphabet.cpp b/alg/alphabet.cpp index 32796ca..04226b0 100644 --- a/alg/alphabet.cpp +++ b/alg/alphabet.cpp @@ -145,4 +145,4 @@ boost::shared_ptr Alphabet::reverse_complement(const std::string &s new_seq->append(1, complement_map[ *seq_i ]); } return new_seq; -} \ No newline at end of file +} diff --git a/alg/annotations.cpp b/alg/annotations.cpp index 996e314..36f5870 100644 --- a/alg/annotations.cpp +++ b/alg/annotations.cpp @@ -66,4 +66,4 @@ bool Annotations::has_key(const std::string key) const { metadata_map::const_iterator map_i(metadata.find(key)); return map_i != metadata.end(); -} \ No newline at end of file +} diff --git a/alg/glsequence.cpp b/alg/glsequence.cpp index 040f71c..1a97c70 100644 --- a/alg/glsequence.cpp +++ b/alg/glsequence.cpp @@ -540,4 +540,4 @@ void draw_track(SeqSpanRef s, float left, float right) glColor3fv( c.get() ); GlSequence::draw_box(left, right, x+s->start(), x+s->stop(), height, y, z+10); -} \ No newline at end of file +} diff --git a/qui/seqbrowser/SequenceBrowser.cpp b/qui/seqbrowser/SequenceBrowser.cpp index efb0245..3e96ab9 100644 --- a/qui/seqbrowser/SequenceBrowser.cpp +++ b/qui/seqbrowser/SequenceBrowser.cpp @@ -282,4 +282,4 @@ void SequenceBrowser::clearSelection() rubberBand->hide(); } updateGL(); -} \ No newline at end of file +} -- 2.30.2