radeon_hd: Whitespace cleanup, no functional change

This commit is contained in:
Alexander von Gluck IV 2012-03-13 06:18:57 -05:00
parent 48b430fe0b
commit 6f7c0aadbe

View File

@ -477,7 +477,7 @@ display_crtc_dpms(uint8 crtcID, int mode)
radeon_shared_info &info = *gInfo->shared_info;
switch (mode) {
case B_DPMS_ON:
case B_DPMS_ON:
TRACE("%s: crtc %" B_PRIu8 " dpms powerup\n", __func__, crtcID);
if (gDisplay[crtcID]->attached == false)
return;
@ -487,9 +487,9 @@ display_crtc_dpms(uint8 crtcID, int mode)
display_crtc_memreq(crtcID, ATOM_ENABLE);
display_crtc_blank(crtcID, ATOM_BLANKING_OFF);
break;
case B_DPMS_STAND_BY:
case B_DPMS_SUSPEND:
case B_DPMS_OFF:
case B_DPMS_STAND_BY:
case B_DPMS_SUSPEND:
case B_DPMS_OFF:
TRACE("%s: crtc %" B_PRIu8 " dpms powerdown\n", __func__, crtcID);
if (gDisplay[crtcID]->attached == false)
return;