New line chars at EOF.
authorBrandon King <kingb@caltech.edu>
Fri, 20 Apr 2007 01:03:05 +0000 (01:03 +0000)
committerBrandon King <kingb@caltech.edu>
Fri, 20 Apr 2007 01:03:05 +0000 (01:03 +0000)
 * Magically make warnings disapear.
 * ticket:263.

alg/alphabet.cpp
alg/annotations.cpp
alg/glsequence.cpp
qui/seqbrowser/SequenceBrowser.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
+}
index 996e314b4eecb6378f4cbf31773bf9e044a75e67..36f5870b730eaaa1a111164cab9f9ce293e77278 100644 (file)
@@ -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
+}
index 040f71c30b1f9c439cdb3a1c540eb6dec53a86fd..1a97c70443918bc27273a8071f030d8b8f49a507 100644 (file)
@@ -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
+}
index efb0245493400e53c69d08fa7c3ed6c5d7358ca1..3e96ab9470160ff59fae82def121a0fe5ae9b62a 100644 (file)
@@ -282,4 +282,4 @@ void SequenceBrowser::clearSelection()
     rubberBand->hide();
   }
   updateGL();
-}
\ No newline at end of file
+}