]> git.ozlabs.org Git - ccan-lca-2011.git/commit
ccanlint: fix trailing / in -d.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 17 Jan 2011 05:49:13 +0000 (16:19 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 17 Jan 2011 05:49:13 +0000 (16:19 +1030)
commit2b46b6e66a6a842923640c881cd235166a4c9ad5
tree41d5562c8fc7d5d7e364971d912299ffe5375598
parent7bb7cd58c2d9df126dd6072e5f3bec1eb4dc916b
ccanlint: fix trailing / in -d.

Before:
$ tools/ccanlint/ccanlint -d ccan/talloc/
Module's source code has no trailing whitespace (no_trailing_whitespace): FAIL
: Total score: 0/1

After:
$ tools/ccanlint/ccanlint -d ccan/talloc/
Module's source code has no trailing whitespace (no_trailing_whitespace): FAIL
talloc: Total score: 0/1
tools/ccanlint/ccanlint.c