merge with master
[framework/web/wrt-plugins-common.git] / src / modules / API / Filesystem / IStream.h
index 1e3aa86..d39ddb0 100644 (file)
@@ -24,7 +24,6 @@
 namespace WrtDeviceApis {
 namespace Filesystem {
 namespace Api {
-
 class IStream;
 typedef DPL::SharedPtr<IStream> IStreamPtr;
 
@@ -119,7 +118,6 @@ class IStream : private DPL::Noncopyable
      */
     virtual long getSize() const = 0;
 };
-
 } // API
 } // Filesystem
 } // WrtDeviceApis