]> granicus.if.org Git - procps-ng/commitdiff
miscellaneous: cleanup accumulated trailing whitespace
authorJim Warner <james.warner@comcast.net>
Mon, 7 Sep 2015 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Mon, 21 Sep 2015 12:33:50 +0000 (22:33 +1000)
Signed-off-by: Jim Warner <james.warner@comcast.net>
proc/diskstat.c
proc/namespace.c
proc/test_namespace.c

index 7764286382aa01cdc35510c197af49ba2589691c..1a7d50c1977eba21103f8e3db506467bbc3425c9 100644 (file)
@@ -63,7 +63,7 @@ struct procps_diskstat {
 };
 
 /*
- * scan_for_disks: 
+ * scan_for_disks:
  *
  * All disks start off as partitions. This function
  * scans /sys/block and changes all devices found there
index 68f9a9e0ac39827025332d517666ca4e4aca5e76..d61b1b6ff56efad6b44b38d18c2ec8cbf4a02574 100644 (file)
@@ -61,7 +61,7 @@ PROCPS_EXPORT const char *procps_ns_get_name(const int id)
  *
  * @name: the name of the required namespace
  *
- * Returns: ID of found name 
+ * Returns: ID of found name
  *   < 0 means error
  */
 PROCPS_EXPORT int procps_ns_get_id(const char *name)
index 88d802472a8b3eaa641c9d7780786032557edbc1..ec9c58626f2f7c46ce91b995a937065fd9c1f598 100644 (file)
@@ -18,7 +18,7 @@
  */
 #include <stdlib.h>
 #include <stdio.h>
-#include <string.h> 
+#include <string.h>
 
 #include <proc/namespace.h>