Run ./format.sh on master again (#348)

This commit is contained in:
Tom Overton
2021-10-04 16:50:50 -07:00
committed by GitHub
parent edcf4e40cb
commit 00fe40be51
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -180,6 +180,6 @@ void GfxPrint_Printf(GfxPrint* this, const char* fmt, ...) {
va_start(args, fmt);
GfxPrint_VPrintf(this, fmt, args);
va_end(args);
}
+1 -1
View File
@@ -9,6 +9,6 @@ void PrintUtils_Printf(PrintCallback* pfn, const char* fmt, ...) {
va_start(args, fmt);
PrintUtils_VPrintf(pfn, fmt, args);
va_end(args);
}