From 355c4fa646c375c2ac42450871ff3d9221d1719d Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 9 Oct 2016 15:02:02 +0200 Subject: JANITORIAL: Remove more trailing spaces --- backends/platform/3ds/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/platform/3ds/main.cpp') diff --git a/backends/platform/3ds/main.cpp b/backends/platform/3ds/main.cpp index 6cc2c5cf5d..e9046d7c28 100644 --- a/backends/platform/3ds/main.cpp +++ b/backends/platform/3ds/main.cpp @@ -41,13 +41,13 @@ int main(int argc, char *argv[]) { scummvm_main(0, nullptr); delete dynamic_cast<_3DS::OSystem_3DS*>(g_system); - + // Turn on both screen backlights before exiting. if (R_SUCCEEDED(gspLcdInit())) { GSPLCD_PowerOnBacklight(GSPLCD_SCREEN_BOTH); gspLcdExit(); } - + cfguExit(); gfxExit(); return 0; -- cgit v1.2.3