gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / lib / argp-version-etc.c
index 2b91195..ffecd1b 100644 (file)
@@ -1,5 +1,5 @@
 /* Version hook for Argp.
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@ static void
 version_etc_hook (FILE *stream, struct argp_state *state)
 {
   version_etc_ar (stream, program_canonical_name, PACKAGE_NAME, VERSION,
-                 program_authors);
+                  program_authors);
 }
 
 void