Fix incorrect whitespace.

This commit is contained in:
David Steele
2020-05-13 14:27:28 -04:00
parent b5dd14e6f3
commit 4cbd1f1e7e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ KeyValue *kvMove(KeyValue *this, MemContext *parentNew);
KeyValue *kvPut(KeyValue *this, const Variant *key, const Variant *value);
// Put key/value store. If this is called on an existing key it will replace the key with an empty kev/value store, even if the key
//already contains a key/value store.
// already contains a key/value store.
KeyValue *kvPutKv(KeyValue *this, const Variant *key);
// Get a value using the key