Changeset 861

Show
Ignore:
Timestamp:
03/03/08 18:04:12 (9 months ago)
Author:
michux
Message:

correct code format (indent)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugin_button_exec.c

    r860 r861  
    7878    env[0] = (char *) 0; 
    7979    pid = fork(); 
    80     if (pid == 0) {   // child-process 
    81   // char *args[] = {"-r", "-t", "-l", (char *) 0 }; 
     80    if (pid == 0) {   /* child-process */ 
     81  /* char *args[] = {"-r", "-t", "-l", (char *) 0 }; */ 
    8282  info("executing program"); 
    8383  execve(prog, args, env);