]> git.tdb.fi Git - builder.git/blobdiff - source/unlink.cpp
Style update: add spaces around assignment operators
[builder.git] / source / unlink.cpp
index fbe6388c90bacf02532f1a43e65bec73a903cd25..f1a548660e93da200102c255382e84853d0fe7bf 100644 (file)
@@ -13,7 +13,7 @@ Distributed under the LGPL
 Unlink::Unlink(Builder &b, const FileTarget &t):
        Action(b)
 {
-       const SourcePackage &spkg=*static_cast<const SourcePackage *>(t.get_package());
+       const SourcePackage &spkg = *static_cast<const SourcePackage *>(t.get_package());
 
        announce(spkg.get_name(), "RM", relative(t.get_path(), spkg.get_source()).str());