mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
4 lines
70 B
Bash
4 lines
70 B
Bash
#!/bin/sh
|
|
indent -bli0 -i8 -cli8 -npcs -l100 *.h *.c vnc/*.h vnc/*.c
|
|
|