提交 0795b784 编写于 作者: B Behdad Esfahbod

Cosmetic

上级 2d98d3bb
...@@ -608,9 +608,9 @@ struct Device ...@@ -608,9 +608,9 @@ struct Device
} }
private: private:
USHORT startSize; /* Smallest size to correct--in ppem */ USHORT startSize; /* Smallest size to correct--in ppem */
USHORT endSize; /* Largest size to correct--in ppem */ USHORT endSize; /* Largest size to correct--in ppem */
USHORT deltaFormat; /* Format of DeltaValue array data: 1, 2, or 3 */ USHORT deltaFormat; /* Format of DeltaValue array data: 1, 2, or 3 */
USHORT deltaValue[VAR]; /* Array of compressed data */ USHORT deltaValue[VAR]; /* Array of compressed data */
}; };
ASSERT_SIZE_VAR (Device, 6, USHORT); ASSERT_SIZE_VAR (Device, 6, USHORT);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册