]> git.tdb.fi Git - builder.git/blobdiff - source/pkgconfig.cpp
Style update: add spaces around assignment operators
[builder.git] / source / pkgconfig.cpp
index 5daf455d25c4e080c5b5159fdb4cad7e4e96f56f..4169f1eaed5267de40e6fe887fe4194a60bd0ca5 100644 (file)
@@ -12,7 +12,7 @@ Distributed under the LGPL
 PkgConfig::PkgConfig(Builder &b, const SourcePackage &p):
        FileTarget(b, &p, p.get_source()/(p.get_name()+".pc"))
 {
-       buildable=true;
+       buildable = true;
 }
 
 Action *PkgConfig::create_action()