summaryrefslogtreecommitdiff
path: root/music_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'music_gui.c')
-rw-r--r--music_gui.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/music_gui.c b/music_gui.c
index 4da6c64d5..bdd1c550c 100644
--- a/music_gui.c
+++ b/music_gui.c
@@ -203,7 +203,7 @@ void MusicLoop(void)
static void MusicTrackSelectionWndProc(Window *w, WindowEvent *e)
{
- switch(e->event) {
+ switch (e->event) {
case WE_PAINT: {
const byte* p;
uint i;
@@ -321,7 +321,7 @@ static void ShowMusicTrackSelection(void)
static void MusicWindowWndProc(Window *w, WindowEvent *e)
{
- switch(e->event) {
+ switch (e->event) {
case WE_PAINT: {
uint i;
StringID str;
@@ -393,7 +393,7 @@ static void MusicWindowWndProc(Window *w, WindowEvent *e)
} break;
case WE_CLICK:
- switch(e->click.widget) {
+ switch (e->click.widget) {
case 2: // skip to prev
if (!_song_is_active)
return;