[var] Whitespace
This commit is contained in:
parent
6af6c1114a
commit
67a191164d
|
@ -78,10 +78,10 @@ struct DeltaSetIndexMap
|
||||||
{ return (format & 0xF) + 1; }
|
{ return (format & 0xF) + 1; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
USHORT format; /* A packed field that describes the compressed
|
USHORT format; /* A packed field that describes the compressed
|
||||||
* representation of delta-set indices. */
|
* representation of delta-set indices. */
|
||||||
USHORT mapCount; /* The number of mapping entries. */
|
USHORT mapCount; /* The number of mapping entries. */
|
||||||
BYTE mapData[VAR]; /* The delta-set index mapping data. */
|
BYTE mapData[VAR]; /* The delta-set index mapping data. */
|
||||||
|
|
||||||
public:
|
public:
|
||||||
DEFINE_SIZE_ARRAY (4, mapData);
|
DEFINE_SIZE_ARRAY (4, mapData);
|
||||||
|
|
Loading…
Reference in New Issue