From 11da45ee55957c243854cd78705d81543541c061 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 10 Jan 2009 00:31:47 +0000 Subject: (svn r14949) -Cleanup: pointer coding style --- src/group_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/group_gui.cpp') diff --git a/src/group_gui.cpp b/src/group_gui.cpp index 7e5996c13..7fde5ddc3 100644 --- a/src/group_gui.cpp +++ b/src/group_gui.cpp @@ -150,7 +150,7 @@ private: } /** Sort the groups by their name */ - static int CDECL GroupNameSorter(const Group* const *a, const Group* const *b) + static int CDECL GroupNameSorter(const Group * const *a, const Group * const *b) { static const Group *last_group[2] = { NULL, NULL }; static char last_name[2][64] = { "", "" }; -- cgit v1.2.3-54-g00ecf