mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
connectd: add annotation and fix up formatting on connectd/netaddress.c
This is stolen from the bitcoind source, so we use their style (no tabs, 4-wide spaces). Clean it up and add the emacs magic to maintain it in future. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
089ecfe418
commit
23d4e53246
1 changed files with 18 additions and 17 deletions
|
@ -1,3 +1,4 @@
|
|||
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
|
||||
#include <arpa/inet.h>
|
||||
#include <assert.h>
|
||||
#include <common/status.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue