]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/BamIndex.h
Minor formatting cleanup
[bamtools.git] / src / api / BamIndex.h
index b54aace432cf839e326a894d091866ae0175e060..d09106a0d040ec7756446f57b3cf08e2087ac511 100644 (file)
@@ -63,7 +63,7 @@ class API_EXPORT BamIndex {
         virtual bool Jump(const BamTools::BamRegion& region, bool* hasAlignmentsInRegion) =0;
         // loads existing data from file into memory
         virtual bool Load(const std::string& filename);
-       // change the index caching behavior
+        // change the index caching behavior
         virtual void SetCacheMode(const BamIndexCacheMode mode);
         // writes in-memory index data out to file 
         // N.B. - (this is the original BAM filename, method will modify it to use applicable extension)
@@ -135,6 +135,7 @@ class API_EXPORT BamIndex {
         FILE* m_indexStream;
 
 
+    // friends
     friend class Internal::BamStandardIndex;
     friend class Internal::BamToolsIndex;
 };