]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/testdest.c
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / cups / testdest.c
index 50835eceb19dabd766144223b1652a3d1dec2390..de6f1daa5c15d6626e52cfdee31c6e5e52874456 100644 (file)
@@ -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$".
- */