mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
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:
@@ -96,7 +96,8 @@ static const char rcsid[] = "$Sudo$";
|
||||
* and input will time out based on the value of timeout.
|
||||
*/
|
||||
|
||||
char * tgetpass(prompt, timeout)
|
||||
char *
|
||||
tgetpass(prompt, timeout)
|
||||
const char *prompt;
|
||||
int timeout;
|
||||
{
|
||||
|
Reference in New Issue
Block a user