From ad5ab9cf070b96f002b6f77af77cacd130c38107 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Thu, 11 Feb 2016 14:08:58 +0100 Subject: [PATCH] White space fixes --- misc/rpmxprogname.c | 2 +- misc/rpmxprogname.h | 4 ++-- system.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/rpmxprogname.c b/misc/rpmxprogname.c index 0f82fa316..480c54ec1 100644 --- a/misc/rpmxprogname.c +++ b/misc/rpmxprogname.c @@ -18,7 +18,7 @@ char *_rpmxgetprogname(void) else return empty; } - + void _rpmxsetprogname(const char *pn) { if (pn != NULL && _rpmxprogname == NULL /* set the value only once */) { diff --git a/misc/rpmxprogname.h b/misc/rpmxprogname.h index 0dee326b4..673c84aa2 100644 --- a/misc/rpmxprogname.h +++ b/misc/rpmxprogname.h @@ -1,12 +1,12 @@ /* Original author: Kamil Rytarowski File: rpmxprogname.c - Date of creation: 2013-08-10 + Date of creation: 2013-08-10 License: the same as RPM itself */ #ifndef _RPMXPROGNAME_H #define _RPMXPROGNAME_H -char *_rpmxgetprogname(void); +char *_rpmxgetprogname(void); void _rpmxsetprogname(const char *pn); #endif /* _RPMXPROGNAME_H */ diff --git a/system.h b/system.h index ed34688e9..39b211f7a 100644 --- a/system.h +++ b/system.h @@ -104,7 +104,7 @@ extern int fdatasync(int fildes); in main(). In some systems (like NetBSD) it can be set only once and it is done before an execution of main() -- therefore calling it again has no effect. - + Getprogname and setprogname function calls appeared in NetBSD 1.6 (released in 2002). So nothing to (re)implement for this platform. */ # include /* Make sure this header is included */