summaryrefslogtreecommitdiff
path: root/includes/tree.h
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 /includes/tree.h
parent429a56d73c0f9f2edf400fd6313850a3ce4fd809 (diff)
downloadisc-dhcp-f6b8f48d1665c4487dedbcfa4dca435a0d67ddeb.tar.gz
[#189] Whitespace fixes in opened files
Diffstat (limited to 'includes/tree.h')
-rw-r--r--includes/tree.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/tree.h b/includes/tree.h
index 47e9b2e0..b0574fb1 100644
--- a/includes/tree.h
+++ b/includes/tree.h
@@ -47,7 +47,7 @@ struct enumeration {
const char *name;
unsigned width;
struct enumeration_value *values;
-};
+};
/* Tree node types... */
#define TREE_CONCAT 1
@@ -69,7 +69,7 @@ struct buffer {
XXX ephemeral by default and be made a persistent reference explicitly. */
/* XXX on the other hand, it seems to work pretty nicely, so maybe the
XXX above comment is meshuggenah. */
-/* XXX I think the above comment tries to say this:
+/* XXX I think the above comment tries to say this:
XXX http://tinyurl.com/2tjqre */
/* A string of data bytes, possibly accompanied by a larger buffer. */
@@ -281,7 +281,7 @@ struct expression {
} data;
int flags;
# define EXPR_EPHEMERAL 1
-};
+};
/* DNS host entry structure... */
struct dns_host_entry {