]> git.tdb.fi Git - builder.git/blobdiff - source/executable.h
Code reorganizing and cleanup
[builder.git] / source / executable.h
index 81637a7ae461f334a5866e02e0517eee6a37c5d5..7fefef7a469326246b706b0f5f72d4a7282f3add 100644 (file)
@@ -10,10 +10,10 @@ class Executable: public Target
 {
 public:
        Executable(Builder &, const Component &, const std::list<ObjectFile *> &);
-       const char *get_type() const { return "Executable"; }
+       const char      *get_type() const      { return "Executable"; }
        const Component &get_component() const { return comp; }
-       void find_depends();
-       Action *build();
+       void            find_depends();
+       Action          *build();
 private:
        const Component &comp;