mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +01:00
430e862a9c
Latest indent 2.2.12 has some changes and bug fixes including adding -sar to -kr and recognizing size_t as a standard type. Change-Id: Id613cfb3cebdbe8e9e8823236adb5ee6eb712229 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
3 lines
54 B
Bash
Executable File
3 lines
54 B
Bash
Executable File
#!/bin/sh
|
|
indent -linux -l95 -cp1 -lps -il6 -ncs "$@"
|