]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/parser.h
Style update: remove alignment
[libs/datafile.git] / source / parser.h
index a89799bd0558cf54c6fbb2e547e406afd9b132a4..40907dcdb86b4b6b5a21b7635463f5d242b310f2 100644 (file)
@@ -19,11 +19,11 @@ statements may be read.
 class Parser
 {
 private:
-       Input       in;
+       Input in;
        std::string main_src;
        std::string src;
-       bool        good;
-       ParserMode  *mode;
+       bool good;
+       ParserMode *mode;
 
 public:
        Parser(IO::Base &i, const std::string &s);