提交 e609ccc3 编写于 作者: M Matthew Wilcox 提交者: Linus Torvalds

Fix Lindent to not indent preprocessor comments so far

I recently ran Lindent over the AdvanSys driver and it moved the
comments on #else and #endif lines way over to the right:

	#else                          /* ADVANSYS_DEBUG */

This doesn't match what I expect from kernel style, but it is
documented.  We just need another flag to indent to make this look like:

	#else /* ADVANSYS_DEBUG */
Signed-off-by: NMatthew Wilcox <matthew@wil.cx>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 178554ae
#!/bin/sh #!/bin/sh
indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs "$@" indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1 "$@"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册