]> git.ipfire.org Git - thirdparty/lldpd.git/commit
build: reformat code
authorVincent Bernat <vincent@bernat.ch>
Sun, 6 Nov 2022 11:39:50 +0000 (12:39 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sun, 6 Nov 2022 11:44:44 +0000 (12:44 +0100)
commit8b5496481a187a84e4b6df1207faf516af01fbf0
treef7f5c880b3ad3d10cdf1e021f4e60ba4c74d643b
parent3ad6dfbbbe6602f5f2e1ecf6888e7376ec9b41b1
build: reformat code
128 files changed:
src/client/client.h
src/client/commands.c
src/client/conf-dot3.c
src/client/conf-inv.c
src/client/conf-lldp.c
src/client/conf-med.c
src/client/conf-power.c
src/client/conf-system.c
src/client/conf.c
src/client/display.c
src/client/json_writer.c
src/client/kv_writer.c
src/client/lldpcli.c
src/client/misc.c
src/client/show.c
src/client/text_writer.c
src/client/tokenizer.c
src/client/utf8.c
src/client/writer.h
src/client/xml_writer.c
src/compat/asprintf.c
src/compat/compat.h
src/compat/daemon.c
src/compat/getline.c
src/compat/malloc.c
src/compat/strlcpy.c
src/compat/strndup.c
src/compat/strnlen.c
src/compat/strtonum.c
src/compat/vsyslog.c
src/ctl.c
src/ctl.h
src/daemon/agent.c
src/daemon/agent.h
src/daemon/agent_priv.c
src/daemon/bitmap.c
src/daemon/client.c
src/daemon/dmi-dummy.c
src/daemon/dmi-freebsd.c
src/daemon/dmi-linux.c
src/daemon/dmi-openbsd.c
src/daemon/dmi-osx.c
src/daemon/event.c
src/daemon/forward-bsd.c
src/daemon/forward-linux.c
src/daemon/forward-solaris.c
src/daemon/frame.c
src/daemon/frame.h
src/daemon/interfaces-bpf.c
src/daemon/interfaces-bsd.c
src/daemon/interfaces-linux.c
src/daemon/interfaces-solaris.c
src/daemon/interfaces.c
src/daemon/lldp-tlv.h
src/daemon/lldpd.c
src/daemon/lldpd.h
src/daemon/netlink.c
src/daemon/pattern.c
src/daemon/priv-bsd.c
src/daemon/priv-linux.c
src/daemon/priv-seccomp.c
src/daemon/priv.c
src/daemon/privsep.c
src/daemon/privsep_fd.c
src/daemon/privsep_io.c
src/daemon/protocols/cdp.c
src/daemon/protocols/cdp.h
src/daemon/protocols/edp.c
src/daemon/protocols/edp.h
src/daemon/protocols/lldp.c
src/daemon/protocols/sonmp.c
src/daemon/protocols/sonmp.h
src/daemon/trace.h
src/lib/atom.c
src/lib/atom.h
src/lib/atoms/chassis.c
src/lib/atoms/config.c
src/lib/atoms/custom.c
src/lib/atoms/dot1.c
src/lib/atoms/dot3.c
src/lib/atoms/interface.c
src/lib/atoms/med.c
src/lib/atoms/mgmt.c
src/lib/atoms/port.c
src/lib/connection.c
src/lib/errors.c
src/lib/fixedpoint.c
src/lib/fixedpoint.h
src/lib/helpers.c
src/lib/helpers.h
src/lib/lldpctl.h
src/lldp-const.h
src/lldpd-structs.c
src/lldpd-structs.h
src/log.c
src/log.h
src/marshal.c
src/marshal.h
src/version.c
tests/check-compat.h
tests/check_bitmap.c
tests/check_cdp.c
tests/check_edp.c
tests/check_fixedpoint.c
tests/check_lldp.c
tests/check_marshal.c
tests/check_pattern.c
tests/check_snmp.c
tests/check_sonmp.c
tests/common.c
tests/common.h
tests/decode.c
tests/integration/conftest.py
tests/integration/fixtures/namespaces.py
tests/integration/fixtures/network.py
tests/integration/fixtures/programs.py
tests/integration/test_basic.py
tests/integration/test_configinventory.py
tests/integration/test_custom.py
tests/integration/test_dot1.py
tests/integration/test_dot3.py
tests/integration/test_interfaces.py
tests/integration/test_lldpcli.py
tests/integration/test_med.py
tests/integration/test_pcap.py
tests/integration/test_protocols.py
tests/integration/test_snmp.py
tests/pcap-hdr.h