osmith has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/40505?usp=email )
Change subject: include/osmocom/netif/Makefile: format osmonetif_HEADERS ......................................................................
include/osmocom/netif/Makefile: format osmonetif_HEADERS
Format osmonetif_HEADERS like similar variables in other Osmocom projects.
Change-Id: I6823188601606f1bff9a5787e6a8f2b6971e0ed2 --- M include/osmocom/netif/Makefile.am 1 file changed, 12 insertions(+), 11 deletions(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/include/osmocom/netif/Makefile.am b/include/osmocom/netif/Makefile.am index d518edb..5c10d71 100644 --- a/include/osmocom/netif/Makefile.am +++ b/include/osmocom/netif/Makefile.am @@ -2,17 +2,18 @@ stream_private.h \ $(NULL)
-osmonetif_HEADERS = amr.h \ - datagram.h \ - ipa.h \ - ipa_unit.h \ - jibuf.h \ - osmux.h \ - prim.h \ - rs232.h \ - rtp.h \ - stream.h \ - $(NULL) +osmonetif_HEADERS = \ + amr.h \ + datagram.h \ + ipa.h \ + ipa_unit.h \ + jibuf.h \ + osmux.h \ + prim.h \ + rs232.h \ + rtp.h \ + stream.h \ + $(NULL)
if ENABLE_LIBSCTP osmonetif_HEADERS += sctp.h