Re-indent.

This commit is contained in:
nekral-guest 2008-08-06 15:55:16 +00:00
parent 2cba7fdfcd
commit 75e65f72c2

View File

@ -27,7 +27,7 @@ int nscd_flush_cache (const char *service)
char *spawnedEnv[] = {NULL};
/* spawn process */
err = posix_spawn(&pid, spawnedArgs[0], NULL, NULL,
err = posix_spawn (&pid, spawnedArgs[0], NULL, NULL,
spawnedArgs, spawnedEnv);
if(0 != err)
{