Commit a0b96c2d authored by Jani Nikula's avatar Jani Nikula

kernel-doc: fix wrong code indentation

No functional changes.
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
parent 13901ef2
...@@ -2878,7 +2878,7 @@ sub process_file($) { ...@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment