]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Change style 0 == Index to Index == 0
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 10 Feb 2009 13:17:51 +0000 (13:17 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 10 Feb 2009 13:17:51 +0000 (13:17 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7493 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/BaseLib/CpuDeadLoop.c

index a870005b1f5bc80507ca72a42f3b26967e9b7e59..bf40c2dd8c8da3c578a61691e63e816e497dda06 100644 (file)
@@ -34,5 +34,5 @@ CpuDeadLoop (
 {\r
   volatile UINTN  Index;\r
 \r
-  for (Index = 0; 0 == Index;);\r
+  for (Index = 0; Index == 0;);\r
 }\r