diff options
| author | Tom Overton <tom-overton@users.noreply.github.com> | 2021-10-04 16:50:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-04 20:50:50 -0300 |
| commit | 00fe40be51dbeb9bcb1423c25403670fccbce8f9 (patch) | |
| tree | 6b679342bcf431863e53663c7193a10e5fb2931b /src/boot_O2 | |
| parent | edcf4e40cbb2de55bbd2d5e49136f11d1d8b7753 (diff) | |
Run ./format.sh on master again (#348)
Diffstat (limited to 'src/boot_O2')
| -rw-r--r-- | src/boot_O2/gfxprint.c | 2 | ||||
| -rw-r--r-- | src/boot_O2/printutils.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/boot_O2/gfxprint.c b/src/boot_O2/gfxprint.c index f671c6f5c..f65d88200 100644 --- a/src/boot_O2/gfxprint.c +++ b/src/boot_O2/gfxprint.c @@ -180,6 +180,6 @@ void GfxPrint_Printf(GfxPrint* this, const char* fmt, ...) { va_start(args, fmt); GfxPrint_VPrintf(this, fmt, args); - + va_end(args); } diff --git a/src/boot_O2/printutils.c b/src/boot_O2/printutils.c index 4f04fca14..ca62b91b7 100644 --- a/src/boot_O2/printutils.c +++ b/src/boot_O2/printutils.c @@ -9,6 +9,6 @@ void PrintUtils_Printf(PrintCallback* pfn, const char* fmt, ...) { va_start(args, fmt); PrintUtils_VPrintf(pfn, fmt, args); - + va_end(args); } |
