summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/lib/gencache.c1
-rw-r--r--source3/lib/util_str.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/gencache.c b/source3/lib/gencache.c
index a7df7c95db..d0748456f9 100644
--- a/source3/lib/gencache.c
+++ b/source3/lib/gencache.c
@@ -322,3 +322,4 @@ void gencache_iterate(void (*fn)(const char* key, const char *value, time_t time
tdb_search_list_free(first_node);
}
+
diff --git a/source3/lib/util_str.c b/source3/lib/util_str.c
index b1fc53144e..7ffd71bde9 100644
--- a/source3/lib/util_str.c
+++ b/source3/lib/util_str.c
@@ -1528,4 +1528,3 @@ size_t valgrind_strlen(const char *s)
return count;
}
#endif
-