[tor-commits] [tor-browser-spec/master] Remove superfluous whitespace in audit script

gk at torproject.org gk at torproject.org
Fri Oct 23 08:09:53 UTC 2020


commit f936ca02d854b2578fc712aabd08e0f42188da48
Author: Georg Koppen <gk at torproject.org>
Date:   Fri Oct 23 08:09:24 2020 +0000

    Remove superfluous whitespace in audit script
---
 audits/java_audit.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audits/java_audit.sh b/audits/java_audit.sh
index 57524eb..e085b57 100644
--- a/audits/java_audit.sh
+++ b/audits/java_audit.sh
@@ -78,7 +78,7 @@ GREP_LINE="$(join_by \| ${KEYWORDS[@]})"
 
 export GREP_COLOR="05;37;41"
 
-# XXX: Arg this sometimes misses file context 
+# XXX: Arg this sometimes misses file context
 egrep -A40 -B40 --color=always "${GREP_LINE}" release-${base}-${NEW}.diff > keywords-${base}-${NEW}-$SCOPE.diff
 
 echo "Diff generated. View it with:"



More information about the tor-commits mailing list