summaryrefslogtreecommitdiff
path: root/src/html_charrefs.h
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-08-10 00:00:47 +0000
committercorvid <devnull@localhost>2014-08-10 00:00:47 +0000
commitc43632b2a5b26a96b84e7d7cd8c5f8ecffe4aa32 (patch)
treeb5f1fce42eebbb7f574970f397719aaac8b5f027 /src/html_charrefs.h
parent80e8bbb92e7425f4fec454348e0823039a07fac0 (diff)
trim spaces
...now that floats and grows are in the repo and I won't be making Sebastian's life difficult with a bunch of whitespace changes.
Diffstat (limited to 'src/html_charrefs.h')
-rw-r--r--src/html_charrefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html_charrefs.h b/src/html_charrefs.h
index b9a47b7b..e493bff5 100644
--- a/src/html_charrefs.h
+++ b/src/html_charrefs.h
@@ -4,7 +4,7 @@
typedef struct {
const char *ref;
const char *html5_str;
- const char *html4_str;
+ const char *html4_str;
} Charref_t;
#define NumRef 2125