intel_extreme: Tab cleanup; no functional change.

* It seems like the Atom editor has been injecting
  spaces in strange spots.
* Clean up spaces. Should help gcc6 as well.
* Sorry for the mess! Atom is on probation.
This commit is contained in:
Alexander von Gluck IV
2016-05-09 16:36:25 -05:00
parent ab9903c56a
commit 95e38537e0
5 changed files with 37 additions and 36 deletions
@@ -416,8 +416,9 @@ intel_propose_display_mode(display_mode* target, const display_mode* low,
if (target->virtual_width != mode->virtual_width if (target->virtual_width != mode->virtual_width
|| target->virtual_height != mode->virtual_height || target->virtual_height != mode->virtual_height
|| target->space != mode->space) || target->space != mode->space) {
continue; continue;
}
*target = *mode; *target = *mode;
return B_OK; return B_OK;