comparison gui/dialog/url.h @ 36017:b3764c930d0c

Cosmetic: Format to MPlayer coding style.
author ib
date Sun, 31 Mar 2013 12:18:41 +0000
parents ad1a5580c91d
children
comparison
equal deleted inserted replaced
36016:7ee29db149cd 36017:b3764c930d0c
19 #ifndef MPLAYER_GUI_URL_H 19 #ifndef MPLAYER_GUI_URL_H
20 #define MPLAYER_GUI_URL_H 20 #define MPLAYER_GUI_URL_H
21 21
22 #include <gtk/gtk.h> 22 #include <gtk/gtk.h>
23 23
24 extern GtkWidget * URLDialog; 24 extern GtkWidget *URLDialog;
25 25
26 void ShowURLDialog( void ); 26 void ShowURLDialog(void);
27 27
28 #endif /* MPLAYER_GUI_URL_H */ 28 #endif /* MPLAYER_GUI_URL_H */