mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 22:52:34 +01:00
Change to the linux kernel coding style
for arq in `git ls-files *.c`; do
echo $arq;
indent -linux -l115 $arq;
done
The different line break at 115 columns is because
I use a widescreen monitor :-)
This commit is contained in:
14
WINGs/misc.c
14
WINGs/misc.c
@@ -3,16 +3,12 @@
|
||||
|
||||
#include "WINGsP.h"
|
||||
|
||||
|
||||
WMRange
|
||||
wmkrange(int start, int count)
|
||||
WMRange wmkrange(int start, int count)
|
||||
{
|
||||
WMRange range;
|
||||
WMRange range;
|
||||
|
||||
range.position = start;
|
||||
range.count = count;
|
||||
range.position = start;
|
||||
range.count = count;
|
||||
|
||||
return range;
|
||||
return range;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user