You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
kernel-doc: fix wrong code indentation
No functional changes. Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
+1
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user