aboutsummaryrefslogtreecommitdiff
path: root/src/hash
diff options
context:
space:
mode:
authorYury Smolsky <yury@smolsky.by>2021-04-17 12:12:28 +0300
committerEmmanuel Odeke <emmanuel@orijtech.com>2021-04-20 00:49:17 +0000
commit4f5aec46039347c7abc02a10103f35f936f39c2b (patch)
tree2fb4f58871238d56be71f77c06619a73ed2f61f2 /src/hash
parent9f87943424df86e501175e10e5e3b8b00dfd03d7 (diff)
downloadgo-4f5aec46039347c7abc02a10103f35f936f39c2b.tar.gz
go-4f5aec46039347c7abc02a10103f35f936f39c2b.zip
all: remove redundant spaces before . and ,
Change-Id: I6a4bd2544276d0638bddf07ebcf2ee636db30fea Reviewed-on: https://go-review.googlesource.com/c/go/+/311009 Run-TryBot: Yury Smolsky <yury@smolsky.by> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Emmanuel Odeke <emmanuel@orijtech.com>
Diffstat (limited to 'src/hash')
-rw-r--r--src/hash/crc32/crc32_s390x.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/crc32/crc32_s390x.s b/src/hash/crc32/crc32_s390x.s
index a168fad277..8aabc602a7 100644
--- a/src/hash/crc32/crc32_s390x.s
+++ b/src/hash/crc32/crc32_s390x.s
@@ -217,7 +217,7 @@ final_fold:
// V2 and XOR the intermediate result, T2(x), with the value in V1.
// The final result is in the rightmost word of V2.
- VUPLLF V2 , V2
+ VUPLLF V2, V2
VGFMAG CONST_CRC_POLY, V2, V1, V2
done: