]> andersk Git - libyaml.git/blobdiff - src/yaml_private.h
Removed trailing-whitespaces
[libyaml.git] / src / yaml_private.h
index f0e10010242a59f6e9c2e7d8ceca0fd198786bd4..faa28ead4418111828e0e9c77731fca7f1c8070a 100644 (file)
@@ -1,4 +1,3 @@
-
 #if HAVE_CONFIG_H
 #include <config.h>
 #endif
@@ -242,9 +241,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.
  */
@@ -657,4 +656,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))
-
This page took 0.024828 seconds and 4 git commands to generate.