[Mesa-dev] [PATCH 3/3] gallium/r600: removing double semi-colons
Jakob Sinclair
sinclair.jakob at openmailbox.org
Wed Apr 13 16:43:11 UTC 2016
Trivial change. Removing unnecessary semi-colons from the code.
I don't have push access so someone reviewing this can push it.
Signed-off-by: Jakob Sinclair <sinclair.jakob at openmailbox.org>
---
src/gallium/drivers/r600/sb/sb_bc_parser.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/r600/sb/sb_bc_parser.cpp b/src/gallium/drivers/r600/sb/sb_bc_parser.cpp
index 65aa801..251ff1e 100644
--- a/src/gallium/drivers/r600/sb/sb_bc_parser.cpp
+++ b/src/gallium/drivers/r600/sb/sb_bc_parser.cpp
@@ -218,7 +218,7 @@ int bc_parser::decode_cf(unsigned &i, bool &eop) {
return r;
} else if (flags & CF_FETCH) {
if ((r = decode_fetch_clause(cf)))
- return r;;
+ return r;
} else if (flags & CF_EXP) {
if (cf->bc.rw_rel)
gpr_reladdr = true;
--
2.8.0
More information about the mesa-dev
mailing list