Whitespace nit.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@605 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2012-04-20 11:05:10 +00:00
parent fcce2d8609
commit 6d3ad38b26
1 changed files with 2 additions and 2 deletions

View File

@ -233,8 +233,8 @@ _openpam_log(int _level,
void
openpam_log(int _level,
const char *_format,
...)
OPENPAM_FORMAT ((__printf__, 2, 3))
...)
OPENPAM_FORMAT ((__printf__, 2, 3))
OPENPAM_NONNULL((2));
#endif