]> git.tdb.fi Git - builder.git/blobdiff - source/action.h
Style update: add spaces around assignment operators
[builder.git] / source / action.h
index 4ae787a505814137f960c2093268e2017e4e7b05..3892ac78786cf95036bb7b453032b06dd11af17b 100644 (file)
@@ -34,7 +34,7 @@ public:
        if the action has completed successfully, 1 if an error was encountered and
        -1 if it is still executing.
        */
-       virtual int check()=0;
+       virtual int check() = 0;
        
 protected:
        /**