From 29a25b9933b32800f58dd73d5d1fc21993071c92 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Thu, 20 Jul 2006 16:02:40 +0000 Subject: Add mpd-indent.sh Indent the entire tree, hopefully we can keep it indented. git-svn-id: https://svn.musicpd.org/mpd/trunk@4410 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/command.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/command.h') diff --git a/src/command.h b/src/command.h index 410c25197..05ee2382b 100644 --- a/src/command.h +++ b/src/command.h @@ -32,13 +32,13 @@ #define COMMAND_RETURN_CLOSE 20 #define COMMAND_MASTER_READY 30 -extern char * current_command; +extern char *current_command; extern int command_listNum; -int processListOfCommands(FILE * fp, int * permission, int * expired, - int listOK, List * list); +int processListOfCommands(FILE * fp, int *permission, int *expired, + int listOK, List * list); -int processCommand(FILE * fp, int * permission, char * commandString); +int processCommand(FILE * fp, int *permission, char *commandString); void initCommands(); -- cgit v1.2.3