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:
@@ -416,8 +416,9 @@ intel_propose_display_mode(display_mode* target, const display_mode* low,
|
||||
|
||||
if (target->virtual_width != mode->virtual_width
|
||||
|| target->virtual_height != mode->virtual_height
|
||||
|| target->space != mode->space)
|
||||
|| target->space != mode->space) {
|
||||
continue;
|
||||
}
|
||||
|
||||
*target = *mode;
|
||||
return B_OK;
|
||||
|
||||
Reference in New Issue
Block a user