diff options
author | Andrew Bartlett <abartlet@samba.org> | 2019-03-20 17:33:46 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-03-20 05:26:18 +0000 |
commit | 68c0fc4335d0c3c526a38481538a33290be6d58a (patch) | |
tree | fcf095c02125915bf5053102013014772b11a6d2 | |
parent | acbf103fcaa4150a57bfbab2450e36b5b39e399b (diff) | |
download | samba-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>
-rw-r--r-- | source3/registry/tests/test_regfio.c | 2 |
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); |