forked from luck/tmp_suning_uos_patched
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
|
@ -2878,7 +2878,7 @@ sub process_file($) {
|
|||
substr($contents, 0, 1) eq "\t") {
|
||||
$contents = substr($contents, 1);
|
||||
}
|
||||
$contents .= "\n";
|
||||
$contents .= "\n";
|
||||
}
|
||||
$inline_doc_state = STATE_INLINE_TEXT;
|
||||
# Documentation block end */
|
||||
|
|
Loading…
Reference in New Issue
Block a user