From 752a660b7dda5efa70f4c01f49aeadcbae07fc83 Mon Sep 17 00:00:00 2001 From: riccardom Date: Tue, 26 Jan 2010 16:20:24 +0000 Subject: [PATCH] Whitespace fixup. --- desmume/src/gtk/main.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/desmume/src/gtk/main.cpp b/desmume/src/gtk/main.cpp index 6747766d1..607f5d5a1 100644 --- a/desmume/src/gtk/main.cpp +++ b/desmume/src/gtk/main.cpp @@ -1623,19 +1623,19 @@ static inline void _updateDTools() class GtkDriver : public BaseDriver { public: - virtual void EMU_DebugIdleUpdate() - { - usleep(1000); - _updateDTools(); - while (gtk_events_pending()) - gtk_main_iteration(); - } + virtual void EMU_DebugIdleUpdate() + { + usleep(1000); + _updateDTools(); + while (gtk_events_pending()) + gtk_main_iteration(); + } }; static void DoQuit() { - emu_halt(); - gtk_main_quit(); + emu_halt(); + gtk_main_quit(); } @@ -1842,7 +1842,7 @@ static gboolean timeout_exit_cb(gpointer data) static int common_gtk_main( struct configured_features *my_config) { - driver = new GtkDriver(); + driver = new GtkDriver(); SDL_TimerID limiter_timer = NULL;