Skip to content

Commit 078503b

Browse files
committed
Fix formatting
1 parent 387b398 commit 078503b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/importproject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ bool ImportProject::importVcxproj(const std::string &filename, const tinyxml2::X
913913
useUnicode = c.useUnicode;
914914
fs.useMfc = c.useOfMfc;
915915
}
916-
if (useUnicode){
916+
if (useUnicode) {
917917
fs.defines += ";UNICODE=1;_UNICODE=1";
918918
}
919919
fsSetDefines(fs, fs.defines);

0 commit comments

Comments
 (0)