summaryrefslogtreecommitdiff
path: root/proc/devname.c
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2013-03-11 00:00:00 -0600
committerJaromir Capik <jcapik@redhat.com>2013-03-14 12:36:47 +0100
commitfe75e26ab64dab88762230db0797e765507b73ac (patch)
tree2a84c4c9800528ed15b712032ab9ba88d49fe77c /proc/devname.c
parent7b708ca334a82ee25a729a2b63d2230c4944601c (diff)
downloadprocps-ng-fe75e26ab64dab88762230db0797e765507b73ac.tar.gz
miscellaneous: clean up trailing whitespace throughout
The entire tree's polluted with inappropriate trailing whitespace. This commit rids our environment of all of those useless keystrokes. Unfortunately, it sure ain't a permanent solution and requires every contributor to instruct their editor(s) to prevent or eliminate them. Plus it's strongly recommended we all insert something like what's shown below to our '.gitconfig' file so as to provide at least some warnings when we try to apply any patches (git am) that do contain the #@!%& things! References(s): ~/.gitconfig excerpt --------------------------------- [core] whitespace = trailing-space, space-before-tab, blank-at-eof [apply] whitespace = warn --------------------------------- ~/.gitconfig excerpt Signed-off-by: Jim Warner <james.warner@comcast.net>
Diffstat (limited to 'proc/devname.c')
-rw-r--r--proc/devname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/devname.c b/proc/devname.c
index f9f1a37..0066b46 100644
--- a/proc/devname.c
+++ b/proc/devname.c
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- */
+ */
#include <stdio.h>
#include <stdlib.h>