浏览代码

kernel-doc: fix wrong code indentation

No functional changes.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Jani Nikula 9 年之前
父节点
当前提交
a0b96c2dbd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/kernel-doc

+ 1 - 1
scripts/kernel-doc

@@ -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 */