Makefile: generalize whitespace check.

Spread to individual Makefiles, and include headers.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-01-04 14:09:20 +10:30
parent 751a0ae5cf
commit b7789bf065
9 changed files with 20 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
struct lightningd_state;
/* After this, we're in the .lightning dir, config file parsed.
/* After this, we're in the .lightning dir, config file parsed.
* If we just created the dir, returns true.
*/
bool handle_opts(struct lightningd_state *dstate, int argc, char *argv[]);