summaryrefslogtreecommitdiff
path: root/lib/verror.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/verror.c')
-rw-r--r--lib/verror.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/verror.c b/lib/verror.c
index 0a7981ea27..9535ce76aa 100644
--- a/lib/verror.c
+++ b/lib/verror.c
@@ -59,8 +59,8 @@ verror_at_line (int status, int errnum, const char *file,
if (message)
{
/* Until http://sourceware.org/bugzilla/show_bug.cgi?id=2997 is fixed,
- glibc violates GNU Coding Standards when the file argument to
- error_at_line is NULL. */
+ glibc violates GNU Coding Standards when the file argument to
+ error_at_line is NULL. */
if (file)
error_at_line (status, errnum, file, line_number, "%s", message);
else