]> git.tdb.fi Git - builder.git/blobdiff - source/component.h
Miscellaneous style and comment tweaks
[builder.git] / source / component.h
index 561a25091381bb4eb5838d1aa0b34b4f9fb89793..292f140a20cd97f79e101dfabb0cbc6dcd820ebd 100644 (file)
@@ -54,6 +54,7 @@ protected:
 
 public:
        Component(SourcePackage &, Type, const std::string &);
+
        const SourcePackage &get_package() const { return pkg; }
        Type get_type() const { return type; }
        const std::string &get_name() const { return name; }