From 9e04a51d0bc7dbe2ce642b115ca25fafe757e511 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Tue, 11 Jan 2022 21:53:34 +1100 Subject: Run astyle --- passgen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/passgen.c b/passgen.c index e841994..ee78a89 100644 --- a/passgen.c +++ b/passgen.c @@ -28,7 +28,7 @@ # include #else # include - /* getpid() on Windows */ +/* getpid() on Windows */ # if defined (_WIN32) && ! defined (__MINGW32__) # include # else @@ -123,7 +123,7 @@ int main(int argc, char *argv[]) grammar = argv[1]; grammar_size = strlen(grammar); } else if (argc == 4) { - /* + /* * Take arguments as triplets, specials, numbers * atoi might be scuffed but so be it (it just goes = 0 if invalid input) */ -- cgit