(svn r19084) -Codechange: minor coding-style fixups

This commit is contained in:
smatz
2010-02-10 17:37:47 +00:00
parent 023fc16894
commit c5b34444af
8 changed files with 8 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ enum IConsoleHookTypes {
* for general flow of permissions or special action needed in some cases
*/
typedef bool IConsoleHook();
struct IConsoleHooks{
struct IConsoleHooks {
IConsoleHook *access; ///< trigger when accessing the command
IConsoleHook *pre; ///< trigger before the command is executed
IConsoleHook *post; ///< trigger after the command is executed