]> git.tdb.fi Git - builder.git/blobdiff - source/objectfile.cpp
Fix whitespace errors
[builder.git] / source / objectfile.cpp
index 321b954d4e96c59bbbdb9ae845465853a6e7da54..cee8c87d2d6078b90210aa81615d48bd0db0aaf9 100644 (file)
@@ -11,7 +11,7 @@ using namespace Msp;
 
 ObjectFile::ObjectFile(Builder &b, const Component &c, SourceFile &s):
        FileTarget(b, c.get_package(), generate_target_path(c, s.get_path())),
-       source(s)       
+       source(s)
 {
        component = &c;
        add_dependency(source);