summaryrefslogtreecommitdiff
path: root/scripts/checksym.awk
diff options
context:
space:
mode:
authorCosmin Truta <ctruta@gmail.com>2022-11-20 20:21:41 +0200
committerCosmin Truta <ctruta@gmail.com>2022-11-20 20:21:41 +0200
commitf6036c0aeb01ca800bdf41ec5f07ded2ce89d26c (patch)
tree12b353cbb44cb8c42cf36117d0ec9e1f890e6a2c /scripts/checksym.awk
parent689e06516bce26ba0113a70ec15bd80c2e535ccd (diff)
downloadlibpng-f6036c0aeb01ca800bdf41ec5f07ded2ce89d26c.tar.gz
Update, rename and clean up various scripts
Rename contrib/tools/chkfmt to contrib/tools/chkfmt.sh; refactor: * Increase the max line length for contrib/**/*.[ch] from 96 to 100. * Set the max line length for ci_*.sh to 100. * Use `basename $0` instead of the hard-coded script name. * Update comments. Remove contrib/tools/reindent. For automated code formatting, including indentation, we need a robust solution. Add an empty line after the hashbang line in all scripts. Remove the "last changed" version info from comment headers. (The version control system maintains this information automatically.)
Diffstat (limited to 'scripts/checksym.awk')
-rwxr-xr-xscripts/checksym.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/checksym.awk b/scripts/checksym.awk
index fe3af55e0..48e55e60e 100755
--- a/scripts/checksym.awk
+++ b/scripts/checksym.awk
@@ -1,4 +1,5 @@
#!/bin/awk -f
+
# Check a list of symbols against the master definition
# (official) list. Arguments:
#