diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-10 23:50:38 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-10 23:50:38 +0100 |
commit | f1a06447d35f2248f8ce7ca41ac3a45a783cce92 (patch) | |
tree | 1ae95da70cba33af829ea24b99fc6a9f028d890e | |
parent | mds-kbdc: more parsing into a tree (diff) | |
download | mds-f1a06447d35f2248f8ce7ca41ac3a45a783cce92.tar.gz mds-f1a06447d35f2248f8ce7ca41ac3a45a783cce92.tar.bz2 mds-f1a06447d35f2248f8ce7ca41ac3a45a783cce92.tar.xz |
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/mds-kbdc/parse-error.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mds-kbdc/parse-error.h b/src/mds-kbdc/parse-error.h index 2c4aca8..51094db 100644 --- a/src/mds-kbdc/parse-error.h +++ b/src/mds-kbdc/parse-error.h @@ -23,6 +23,7 @@ #include <stdio.h> + /** * Not an error, simply a note about the previous error or warning */ @@ -139,5 +140,6 @@ void mds_kbdc_parse_error_destroy_all(mds_kbdc_parse_error_t** restrict these); void mds_kbdc_parse_error_free_all(mds_kbdc_parse_error_t** restrict these); + #endif |