summaryrefslogtreecommitdiff
path: root/cups/testdest.c
diff options
context:
space:
mode:
Diffstat (limited to 'cups/testdest.c')
-rw-r--r--cups/testdest.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/cups/testdest.c b/cups/testdest.c
index 50835eceb..de6f1daa5 100644
--- a/cups/testdest.c
+++ b/cups/testdest.c
@@ -358,7 +358,7 @@ localize(http_t *http, /* I - Connection to destination */
break;
}
}
-
+
}
else
puts(cupsLocalizeDestValue(http, dest, dinfo, option, value));
@@ -674,7 +674,7 @@ show_supported(http_t *http, /* I - Connection to destination */
break;
}
}
-
+
}
else if (cupsCheckDestSupported(http, dest, dinfo, option, value))
puts("YES");
@@ -710,8 +710,3 @@ usage(const char *arg) /* I - Argument for usage message */
exit(arg != NULL);
}
-
-
-/*
- * End of "$Id$".
- */