mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08: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
|
|
|