Function names should be flush with the start of the line so they can be found trivially in an editor and with grep
This commit is contained in:
@@ -68,7 +68,8 @@ static const char rcsid[] = "$Sudo$";
|
||||
* using the SecureWare crypt functions. Returns 1 on a match, else 0.
|
||||
*/
|
||||
|
||||
int check_secureware(pass)
|
||||
int
|
||||
check_secureware(pass)
|
||||
char *pass;
|
||||
{
|
||||
#ifdef __alpha
|
||||
|
Reference in New Issue
Block a user