summaryrefslogtreecommitdiff
path: root/source3/registry
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-03-20 17:33:46 +1300
committerAndrew Bartlett <abartlet@samba.org>2019-03-20 05:26:18 +0000
commit68c0fc4335d0c3c526a38481538a33290be6d58a (patch)
treefcf095c02125915bf5053102013014772b11a6d2 /source3/registry
parentacbf103fcaa4150a57bfbab2450e36b5b39e399b (diff)
downloadsamba-68c0fc4335d0c3c526a38481538a33290be6d58a.tar.gz
regfio tests: Update comment style to match README.Coding
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13840 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'source3/registry')
-rw-r--r--source3/registry/tests/test_regfio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/tests/test_regfio.c b/source3/registry/tests/test_regfio.c
index 228ce27d15a..86a217661f3 100644
--- a/source3/registry/tests/test_regfio.c
+++ b/source3/registry/tests/test_regfio.c
@@ -128,7 +128,7 @@ static void test_regfio_open_new_file(void **state)
werr = regval_ctr_init(subkeys, &values);
assert_true(W_ERROR_IS_OK(werr));
- // Write root key
+ /* Write root key */
regfio_write_key(test_ctx->rb, "", values, subkeys, NULL, NULL);
root = regfio_rootkey(test_ctx->rb);