]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/internal/io/BamHttp_p.h
Added FTP support (text-tested, not BAM)
[bamtools.git] / src / api / internal / io / BamHttp_p.h
index e48693e2acd95ad4abbedff32b000e2c47cbb5a9..c3d9502be67842e70f679cb2af16bde280de117d 100644 (file)
@@ -40,7 +40,7 @@ class BamHttp : public IBamIODevice {
     // IBamIODevice implementation
     public:
         void Close(void);
-        bool IsOpen(void) const ;
+        bool IsOpen(void) const;
         bool IsRandomAccess(void) const;
         bool Open(const IBamIODevice::OpenMode mode);
         int64_t Read(char* data, const unsigned int numBytes);