]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/flower-proto.hh
* flower
[lilypond.git] / flower / include / flower-proto.hh
index a3a8b80eb2ab5c6a7eb8667ba4aa0557bdb35e17..68fa9185275bf0aaaea0bb70b0f32f401e39ebfc 100644 (file)
@@ -8,14 +8,13 @@
 #ifndef FPROTO_HH
 #define FPROTO_HH
 
-
-char const * flower_version_str0 ();
+char const *flower_version_str0 ();
 
 template<class T> struct Link_array;
 template<class T> struct Array;
-template<class T,class K> struct Assoc;
-template<class K, class V> struct Hash_table;
-template<class K, class V> struct Hash_table_iter;
+template < class T, class K> struct Assoc;
+template < class K, class V> struct Hash_table;
+template < class K, class V> struct Hash_table_iter;
 template<class T> struct Link_list;
 template<class T> struct Interval_t;
 template<class T> struct PQueue;
@@ -58,7 +57,5 @@ struct File_storage;
 struct Mapped_file_storage;
 struct Simple_file_storage;
 
-
-
 #endif // FPROTO_HH