diff --git a/src/bin/catattr.cpp b/src/bin/catattr.cpp index dcfa3593fe..4dff4a15a1 100644 --- a/src/bin/catattr.cpp +++ b/src/bin/catattr.cpp @@ -14,10 +14,10 @@ #include #include -#include -#include #include +#include #include +#include /** Used to present the characters in the raw data view */ @@ -66,7 +66,7 @@ dumpRawData(const char *buffer, size_t size) } printf("'\n"); } -} +} static status_t @@ -219,7 +219,7 @@ main(int argc, char *argv[]) } else { // Issue usage message fprintf(stderr, "usage: %s [--raw|-r] attr_name file1 [file2...]\n", program); - // Be's original version -only- returned 1 if the + // Be's original version -only- returned 1 if the // amount of parameters was wrong, not if the file // or attribute couldn't be found (!) // In all other cases it returned 0