Extremely minor cleanup.

Change-Id: Ia302597d27773aa72f675509e9b4f844db65cc85
diff --git a/libdex/InstrUtils.h b/libdex/InstrUtils.h
index 3cbc146..3d964e6 100644
--- a/libdex/InstrUtils.h
+++ b/libdex/InstrUtils.h
@@ -120,7 +120,7 @@
     u1*                formats;    /* InstructionFormat elements */
     u1*                indexTypes; /* InstructionIndexType elements */
     OpcodeFlags*       flags;
-    InstructionWidth* widths;
+    InstructionWidth*  widths;
 } InstructionInfoTables;
 
 /*