• Rusty Russell's avatar
    ccanlint: fix trailing / in -d. · 2b46b6e6
    Rusty Russell authored
    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
    2b46b6e6
ccanlint.c 13.7 KB