Minor style fixes.

This commit is contained in:
Ruben Ayrapetyan
2014-07-31 17:05:51 +04:00
parent 9610680e3c
commit a084273286
2 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ typedef struct ecma_property_t {
/** Description of internal property */
struct __packed ecma_internal_property_t {
/** Internal property's type */
unsigned int internal_property_type : 4;
unsigned int type : 4;
/** Value (may be a compressed pointer) */
uint32_t value;