mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-03 21:01:50 +00:00
kernel-doc: fix wrong code indentation
No functional changes. Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
13901ef27c
commit
a0b96c2dbd
1 changed files with 1 additions and 1 deletions
|
@ -2878,7 +2878,7 @@ sub process_file($) {
|
||||||
substr($contents, 0, 1) eq "\t") {
|
substr($contents, 0, 1) eq "\t") {
|
||||||
$contents = substr($contents, 1);
|
$contents = substr($contents, 1);
|
||||||
}
|
}
|
||||||
$contents .= "\n";
|
$contents .= "\n";
|
||||||
}
|
}
|
||||||
$inline_doc_state = STATE_INLINE_TEXT;
|
$inline_doc_state = STATE_INLINE_TEXT;
|
||||||
# Documentation block end */
|
# Documentation block end */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue