summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormongo <mongo@iomega>2016-11-09 15:56:04 -0300
committermongo <mongo@iomega>2016-11-09 15:56:04 -0300
commit2cd0bdc7580e37eb993b242f7a9375ef546c66bd (patch)
tree8393812d47e26b461cc57fb39c4db1bb23f237d4
parent86409031f72d9e283e268a69fd4a5efe34dc7081 (diff)
Removed white space
-rwxr-xr-xsrc/utils/dictionary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/dictionary.c b/src/utils/dictionary.c
index d970cb2..7094c7e 100755
--- a/src/utils/dictionary.c
+++ b/src/utils/dictionary.c
@@ -36,7 +36,7 @@ void put(struct dictionary * d, char * k, char * v) {
} else if ( get(d, k) != '\0' ) {
nl = get_nl(d, k);
free(nl->val);
-
+
// If the key doesn't exists, Create it.
} else {
nl = (struct nlist *) malloc(sizeof(struct nlist));