library: strictly cosmetic, absolutely no code changes

This commit just contains some tweaks to comments plus
a few adjustments to whitespace for alignment purposes
and a normalization of the header inclusion #define's.

[ plus a spelling error in one header file was fixed ]

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner
2016-09-28 10:10:10 -05:00
committed by Craig Small
parent 9d1f6cb4ea
commit 82a0dcda0f
10 changed files with 25 additions and 28 deletions

View File

@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef PROC_SLAB_H
#define PROC_SLAB_H
#ifndef PROCPS_SLABINFO_H
#define PROCPS_SLABINFO_H
#include <sys/cdefs.h>
@ -131,4 +131,4 @@ struct slabinfo_stack **procps_slabinfo_sort (
enum slabinfo_sort_order order);
__END_DECLS
#endif /* _PROC_SLAB_H */
#endif