From 212e3d0f0111fd4b334add3180991b338681814b Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sat, 13 Mar 1999 21:38:40 +0000 Subject: [PATCH] Add missing newline at end of file --- libraries/liblutil/getpass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/liblutil/getpass.c b/libraries/liblutil/getpass.c index c5cc6b0e32..ceb2ab99d0 100644 --- a/libraries/liblutil/getpass.c +++ b/libraries/liblutil/getpass.c @@ -149,4 +149,4 @@ getpass( const char *prompt ) #endif /* DOS */ } -#endif /* !HAVE_GETPASS */ \ No newline at end of file +#endif /* !HAVE_GETPASS */ -- 2.39.5