]> git.tdb.fi Git - builder.git/blobdiff - source/systemlibrary.cpp
Style update: add spaces around assignment operators
[builder.git] / source / systemlibrary.cpp
index 58eaea7087a095246aba7e2a7e496a2177158b56..66a346f8be4c1d8da5b8787e47c112425af41c9e 100644 (file)
@@ -19,7 +19,7 @@ SystemLibrary::SystemLibrary(Builder &b, const FS::Path &p):
 
 string SystemLibrary::extract_libname(const FS::Path &p)
 {
-       string result=FS::basepart(FS::basename(p));
+       string result = FS::basepart(FS::basename(p));
        if(!result.compare(0, 3, "lib"))
                result.erase(0, 3);
        return result;