summaryrefslogtreecommitdiff
path: root/ext/yaml_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/yaml_private.h')
-rw-r--r--ext/yaml_private.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/yaml_private.h b/ext/yaml_private.h
index 15d0660..6917448 100644
--- a/ext/yaml_private.h
+++ b/ext/yaml_private.h
@@ -240,9 +240,9 @@ yaml_string_join(
(string).pointer[offset] <= (yaml_char_t) 'f') ? \
((string).pointer[offset] - (yaml_char_t) 'a' + 10) : \
((string).pointer[offset] - (yaml_char_t) '0'))
-
+
#define AS_HEX(string) AS_HEX_AT((string),0)
-
+
/*
* Check if the character is ASCII.
*/
@@ -655,4 +655,3 @@ yaml_queue_extend(void **start, void **head, void **tail, void **end);
(node).data.mapping.pairs.end = (node_pairs_end), \
(node).data.mapping.pairs.top = (node_pairs_start), \
(node).data.mapping.style = (node_style))
-