=== modified file 'plugin-runner.c' --- plugin-runner.c 2008-08-31 16:03:21 +0000 +++ plugin-runner.c 2008-08-31 20:01:03 +0000 @@ -356,7 +356,8 @@ { .name = NULL } }; - error_t parse_opt (int key, char *arg, __attribute__((unused)) struct argp_state *state) { + error_t parse_opt (int key, char *arg, __attribute__((unused)) + struct argp_state *state) { /* Get the INPUT argument from `argp_parse', which we know is a pointer to our plugin list pointer. */ switch (key) { @@ -507,7 +508,8 @@ custom_argv[0] = argv[0]; custom_argv[1] = NULL; - /* for each line in the config file, strip whitespace and ignore commented text */ + /* for each line in the config file, strip whitespace and ignore + commented text */ while(true){ sret = getline(&org_line, &size, conffp); if(sret == -1){