Skip to content

Commit 3bb4175

Browse files
committed
doc: Fix code comment indent
Fixes: 4a72aad ("New LTP documentation") Signed-off-by: Petr Vorel <pvorel@suse.cz>
1 parent 3a9d5b3 commit 3bb4175

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/developers/test_case_tutorial.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,17 @@ kernel version if necessary. I will explain what the code does below.
107107
108108
// SPDX-License-Identifier: GPL-2.0-or-later
109109
/*
110-
* Copyright (c) 2017 Instruction Ignorer <"can't"@be.bothered.com>
111-
*/
110+
* Copyright (c) 2017 Instruction Ignorer <"can't"@be.bothered.com>
111+
*/
112112
113113
/*\
114-
* [Description]
115-
*
116-
* All tests should start with a description of _what_ we are testing.
117-
* Non-trivial explanations of _how_ the code works should also go here.
118-
* Include relevant links, Git commit hashes and CVE numbers.
119-
* Inline comments should be avoided.
120-
*/
114+
* [Description]
115+
*
116+
* All tests should start with a description of _what_ we are testing.
117+
* Non-trivial explanations of _how_ the code works should also go here.
118+
* Include relevant links, Git commit hashes and CVE numbers.
119+
* Inline comments should be avoided.
120+
*/
121121
122122
#include "tst_test.h"
123123

0 commit comments

Comments
 (0)