summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorFranziskus Kiefer <franziskuskiefer@gmail.com>2016-10-27 15:07:07 +0200
committerFranziskus Kiefer <franziskuskiefer@gmail.com>2016-10-27 15:07:07 +0200
commit0ef5c9179b0d8cb5253315e64faa8bf75881d3ae (patch)
tree71b997b3462ff969ec9c4a7b8d39f6c4e18f7edb /automation
parent93309f36f0d64b6acc28953cf75cdda153bcaa35 (diff)
downloadnss-hg-0ef5c9179b0d8cb5253315e64faa8bf75881d3ae.tar.gz
Bug 1118245 - clang-format on lib/pki and lib/pkcs7, r=ttaubert
try: -b do -p none -t clang-format
Diffstat (limited to 'automation')
-rwxr-xr-xautomation/taskcluster/scripts/run_clang_format.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/automation/taskcluster/scripts/run_clang_format.sh b/automation/taskcluster/scripts/run_clang_format.sh
index bb06f2cf1..4f38bd9e5 100755
--- a/automation/taskcluster/scripts/run_clang_format.sh
+++ b/automation/taskcluster/scripts/run_clang_format.sh
@@ -28,9 +28,12 @@ else
"$top/lib/dbm" \
"$top/lib/dev" \
"$top/lib/freebl" \
+ "$top/lib/jar" \
"$top/lib/nss" \
"$top/lib/pk11wrap" \
+ "$top/lib/pkcs7" \
"$top/lib/pkcs12" \
+ "$top/lib/pki" \
"$top/lib/softoken" \
"$top/lib/ssl" \
"$top/lib/sysinit" \