From dad2ed25ed5bc88683988ec898f31e2da0d071ed Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 4 Oct 2017 19:28:53 -0700 Subject: misc: Small style fix in _EncodeVarint32. Added spaces around the '|' operator. Change-Id: I5cb82b98e7d2769605cde141f76a62a6e3c6570d Reviewed-on: https://gem5-review.googlesource.com/5002 Reviewed-by: Andreas Sandberg Maintainer: Andreas Sandberg --- util/protolib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/protolib.py b/util/protolib.py index 4f3f2c7e3..1e442f1d9 100644 --- a/util/protolib.py +++ b/util/protolib.py @@ -152,7 +152,7 @@ def _EncodeVarint32(out_file, value): bits = value & 0x7f value >>= 7 while value: - out_file.write(struct.pack('>= 7 out_file.write(struct.pack('