Allow xml output with leases to use output file
[debian/dhcpd-pools.git] / src / sort.c
index 3ab7a47..c222c51 100644 (file)
@@ -119,7 +119,7 @@ void field_selector(char c)
        default:
                warnx("field_selector: unknown sort order `%c'", c);
                errx(EXIT_FAILURE, "Try `%s --help' for more information.",
-                       program_invocation_short_name);
+                    program_invocation_short_name);
        }
 }