From: michux Date: Mon, 3 Mar 2008 17:04:12 +0000 (+0000) Subject: correct code format (indent) X-Git-Tag: svn1203~342 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=98f6c48487f4bde508484191ef700ed1b238eff9;p=lcd4linux.git correct code format (indent) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@861 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- diff --git a/plugin_button_exec.c b/plugin_button_exec.c index f56da24..e4f6037 100644 --- a/plugin_button_exec.c +++ b/plugin_button_exec.c @@ -77,8 +77,8 @@ static void my_button_exec(RESULT * result, int argc, RESULT * argv[]) args[i] = (char *) 0; env[0] = (char *) 0; pid = fork(); - if (pid == 0) { // child-process - // char *args[] = {"-r", "-t", "-l", (char *) 0 }; + if (pid == 0) { /* child-process */ + /* char *args[] = {"-r", "-t", "-l", (char *) 0 }; */ info("executing program"); execve(prog, args, env); errsv = errno;