miscellaneous: cleanup accumulated trailing whitespace

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2015-09-07 00:00:00 -05:00 committed by Craig Small
parent efcbbe93ea
commit a6b50e59ef
3 changed files with 3 additions and 3 deletions

View 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

View 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)

View File

@ -18,7 +18,7 @@
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
#include <proc/namespace.h>