]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/statement.h
Style update: remove alignment
[libs/datafile.git] / source / statement.h
index b26f2c88efc2f709d5853eb97cc265b1155d823a..f9287a51714f56e89719db5c2a3b6871f0889b81 100644 (file)
@@ -13,10 +13,10 @@ public:
        typedef std::vector<Value> Arguments;
 
        std::string keyword;
-       Arguments   args;
-       bool        valid;
+       Arguments args;
+       bool valid;
        std::string source;
-       unsigned    line;
+       unsigned line;
        std::list<Statement> sub;
 
        Statement();