Add newlines to the end of all files
This commit is contained in:
@@ -190,4 +190,4 @@ namespace AssetBuilder
|
||||
}
|
||||
return functionAddr;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
|
||||
void AssetBuilderApplication::InstallCtrlHandler()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -32,4 +32,4 @@ namespace AssetBuilderApplicationPrivate
|
||||
void AssetBuilderApplication::InstallCtrlHandler()
|
||||
{
|
||||
::SetConsoleCtrlHandler(AssetBuilderApplicationPrivate::CtrlHandlerRoutine, TRUE);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,4 +20,4 @@ set(FILES
|
||||
TraceMessageHook.h
|
||||
TraceMessageHook.cpp
|
||||
AssetBuilder.rc
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user