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:
Rusty Russell 2020-12-07 09:59:10 +10:30 committed by Christian Decker
parent 089ecfe418
commit 23d4e53246

View file

@ -1,3 +1,4 @@
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
#include <arpa/inet.h>
#include <assert.h>
#include <common/status.h>