]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/misc-progs/fireinfoctrl.c
Early spring clean: Remove trailing whitespaces, and correct licence headers
[people/pmueller/ipfire-2.x.git] / src / misc-progs / fireinfoctrl.c
index a026ba09d709b23f38aaa5e3d11cf2efd3f6ce9c..bc93e7b81699efc312cfe5bc9dd27116ce9fd838 100644 (file)
@@ -6,9 +6,9 @@
  * (c) IPFire Team, 2011
  *
  * Simple program that calls "sendprofile" as the root user.
- * 
+ *
  */
-         
+
 #include <stdlib.h>
 #include "setuid.h"
 
@@ -16,8 +16,8 @@ int main(void)
 {
        if (!(initsetuid()))
                exit(1);
-                       
+
        safe_system("/usr/bin/sendprofile");
-       
+
        return 0;
 }