summaryrefslogtreecommitdiff
path: root/common/fddi.c
diff options
context:
space:
mode:
authorTomek Mrugalski <tomek@isc.org>2022-01-19 20:14:16 +0100
committerTomek Mrugalski <tomek@isc.org>2022-01-20 12:04:28 +0100
commitf6b8f48d1665c4487dedbcfa4dca435a0d67ddeb (patch)
tree19926f31f56890bc8c7f5d3bc5b2e2c16b96794e /common/fddi.c
parent429a56d73c0f9f2edf400fd6313850a3ce4fd809 (diff)
downloadisc-dhcp-f6b8f48d1665c4487dedbcfa4dca435a0d67ddeb.tar.gz
[#189] Whitespace fixes in opened files
Diffstat (limited to 'common/fddi.c')
-rw-r--r--common/fddi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fddi.c b/common/fddi.c
index a6c8098b..16ac2da7 100644
--- a/common/fddi.c
+++ b/common/fddi.c
@@ -77,7 +77,7 @@ ssize_t decode_fddi_header (interface, buf, bufix, from)
{
struct fddi_header fh;
struct llc lh;
-
+
from -> hbuf [0] = HTYPE_FDDI;
memcpy (&from -> hbuf [1], fh.fddi_shost, sizeof fh.fddi_shost);
return FDDI_HEADER_SIZE + LLC_SNAP_LEN;