]> git.tdb.fi Git - builder.git/blobdiff - source/analyzer.h
Style update: add spaces around assignment operators
[builder.git] / source / analyzer.h
index 7dd4c1345d8e3b5d09f25835da88ce996be48bb7..b9afffa9e7e8896a58a10a53535f43fd4d823f85 100644 (file)
@@ -41,9 +41,9 @@ private:
 
 public:
        Analyzer(Builder &);
-       void set_mode(Mode m) { mode=m; }
-       void set_max_depth(unsigned m) { max_depth=m; }
-       void set_full_paths(bool f) { full_paths=f; }
+       void set_mode(Mode m) { mode = m; }
+       void set_max_depth(unsigned m) { max_depth = m; }
+       void set_full_paths(bool f) { full_paths = f; }
 
        /**
        Performs the analysis and prints out the resulting dependency tree.