From: Andrew Bartlett Date: Wed, 20 Mar 2019 04:33:46 +0000 (+1300) Subject: regfio tests: Update comment style to match README.Coding X-Git-Tag: samba-4.10.1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78b72ff339da26769ec8b5915eb145bdaeea42fb;p=thirdparty%2Fsamba.git regfio tests: Update comment style to match README.Coding BUG: https://bugzilla.samba.org/show_bug.cgi?id=13840 Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall (cherry picked from commit 68c0fc4335d0c3c526a38481538a33290be6d58a) --- 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);