2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

[#189] Whitespace fixes in opened files

This commit is contained in:
Tomek Mrugalski
2022-01-19 20:14:16 +01:00
parent 429a56d73c
commit f6b8f48d16
119 changed files with 2912 additions and 2956 deletions

View File

@@ -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 {