From dc1207139ac3a6bccd918ddb5d291df98ac1cf33 Mon Sep 17 00:00:00 2001 From: maximius Date: Fri, 18 Dec 2009 13:41:30 -0800 Subject: *Cleanup, proper indentation, and remove some wrong/irrelevant comments copied from custom patches.. --HG-- branch : trunk --- src/shared/Util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shared/Util.h') diff --git a/src/shared/Util.h b/src/shared/Util.h index a8b9df8f29a..eb59392497e 100644 --- a/src/shared/Util.h +++ b/src/shared/Util.h @@ -348,7 +348,7 @@ public: template inline bool operator < (type & right) { - for (uint8 i=3; i>0; i--) + for (uint8 i=3; i > 0; --i) { if (part[i-1] inline bool operator < (type & right) const { - for (uint8 i=3; i>0; i--) + for (uint8 i = 3; i > 0; --i) { if (part[i-1]