Welcome to mirror list, hosted at ThFree Co, Russian Federation.

indent-all.sh - github.com/FreeRDP/FreeRDP-old.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6ff8b06ec3d8d34fc8ae36f4abd3961a9ed81ddb (plain)
1
2
#!/bin/sh
indent -bli0 -i8 -cli8 -npcs -l100 `find * -name '*.[ch]' | grep -v ^asn1/`