diff options
author | Alex Deucher <alex@botch2.com> | 2007-03-04 02:45:55 -0500 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2007-03-13 00:17:29 -0400 |
commit | 3030e5a6afda5d05ddee5b586295a9e608b7a0de (patch) | |
tree | 6bfa950179dd258492b1d64a8a24970af0054d0e /src/smi_video.h | |
parent | 606971fc8a323b0b33bb43524941b4bae6a0c334 (diff) |
Whitespace and formatting changes
Diffstat (limited to 'src/smi_video.h')
-rw-r--r-- | src/smi_video.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/smi_video.h b/src/smi_video.h index b63e4bc..ff15dc7 100644 --- a/src/smi_video.h +++ b/src/smi_video.h @@ -88,15 +88,15 @@ typedef struct typedef struct { - FBAreaPtr area; - Bool isOn; + FBAreaPtr area; + Bool isOn; } SMI_OffscreenRec, *SMI_OffscreenPtr; typedef struct { - CARD8 address; - CARD8 data; + CARD8 address; + CARD8 data; } SMI_I2CDataRec, *SMI_I2CDataPtr; |