rules.c: consistent indentation

This commit is contained in:
wdlkmpx 2021-01-14 22:56:45 +08:00
parent 88feee2703
commit 105a828c30

View File

@ -11,7 +11,8 @@
#include "gtkutils.h"
/* Show dialog box with game rules*/
void show_rules(GtkWidget *widget, gpointer data) {
void show_rules (GtkWidget *widget, gpointer data)
{
GtkWidget * window;
GtkWidget * vbox, * hbox, * button_box;
GtkWidget * label;