From c7bb19c55c7a902e25bdd33b0d49a2ddcf62e07a Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 22 Dec 2012 21:38:26 +0000 Subject: update C coding style to a more commonly used style git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1873 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/log.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nslcd/log.h') diff --git a/nslcd/log.h b/nslcd/log.h index 27003a6..c88613b 100644 --- a/nslcd/log.h +++ b/nslcd/log.h @@ -1,7 +1,7 @@ /* log.h - definitions of logging funtions - Copyright (C) 2002, 2003, 2007, 2008, 2010, 2011 Arthur de Jong + Copyright (C) 2002, 2003, 2007, 2008, 2010, 2011, 2012 Arthur de Jong This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -44,10 +44,10 @@ void log_clearsession(void); /* indicate that a request identifier should be included in the output from this point on, until log_newsession() is called */ void log_setrequest(const char *format, ...) - LIKE_PRINTF(1,2); + LIKE_PRINTF(1, 2); /* log the given message using the configured logging method */ -void log_log(int pri,const char *format, ...) - LIKE_PRINTF(2,3); +void log_log(int pri, const char *format, ...) + LIKE_PRINTF(2, 3); #endif /* not NSLCD__LOG_H */ -- cgit v1.2.3