]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/file-storage.hh
* flower
[lilypond.git] / flower / include / file-storage.hh
index a4ac51fb3329ae7c5b07335ab457b94e33a25b7c..425a61c3d7b6c2faae69a48315dc5257fe1f094c 100644 (file)
@@ -6,21 +6,19 @@
   (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-
 #ifndef FILE_STORAGE_HH
 #define FILE_STORAGE_HH
 
 #include "flower-proto.hh"
 
-
 /**
-  store a file in-memory.
- */
+   store a file in-memory.
+*/
 class File_storage
 {
 public:
-  virtual char const* to_str0 () const=0;
-  virtual int length () const=0;
+  virtual char const *to_str0 () const = 0;
+  virtual int length () const = 0;
   virtual ~File_storage (){}
 };