diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-03-23 19:18:18 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-03-23 19:18:18 -0400 |
commit | 6ae6b2739dde7097effe42417e07f532c4bfda84 (patch) | |
tree | cb7c5e47933de4404b662cc20aa54821179d9baf /dimension/parse.c | |
parent | e51389d68ef2e152054d987d7a99930bce180954 (diff) | |
download | dimension-6ae6b2739dde7097effe42417e07f532c4bfda84.tar.xz |
Whitespace fix.
Diffstat (limited to 'dimension/parse.c')
-rw-r--r-- | dimension/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dimension/parse.c b/dimension/parse.c index c568271..4a8df8b 100644 --- a/dimension/parse.c +++ b/dimension/parse.c @@ -85,7 +85,7 @@ dmnsn_patricia_insert(dmnsn_patricia_trie *trie, ++*value.refcount; while (true) { - if (trie->prefix[0] == '\0'&& !trie->leaf + if (trie->prefix[0] == '\0' && !trie->leaf && dmnsn_array_size(trie->children) == 0) { /* Replace an empty tree with a single-element tree */ |