Commit a966942c a966942cc99f0afa05904036b2ff60e7740e31a7 by Sergey Poznyakoff

Fixed indentation

1 parent af1cf7bb
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Library Public License as published by
......@@ -597,7 +597,8 @@ mu_tempname (const char *tmpdir)
* had to look it up, so if somebody else is curious, thats where
* to find it.
*/
int mu_spawnvp (const char* prog, const char* const av_[], int* stat)
int
mu_spawnvp (const char* prog, const char* const av_[], int* stat)
{
pid_t pid;
int err = 0;
......@@ -675,7 +676,6 @@ int mu_spawnvp (const char* prog, const char* const av_[], int* stat)
return err;
}
/* The result of readlink() may be a path relative to that link,
* qualify it if necessary.
*/
......