diff options
author | Franziskus Kiefer <franziskuskiefer@gmail.com> | 2016-10-27 15:07:07 +0200 |
---|---|---|
committer | Franziskus Kiefer <franziskuskiefer@gmail.com> | 2016-10-27 15:07:07 +0200 |
commit | 0ef5c9179b0d8cb5253315e64faa8bf75881d3ae (patch) | |
tree | 71b997b3462ff969ec9c4a7b8d39f6c4e18f7edb /automation | |
parent | 93309f36f0d64b6acc28953cf75cdda153bcaa35 (diff) | |
download | nss-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-x | automation/taskcluster/scripts/run_clang_format.sh | 3 |
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" \ |