mirror of
https://github.com/hyprwm/aquamarine.git
synced 2025-12-20 04:40:12 +01:00
style: remove braces around 1-line if
This commit is contained in:
parent
f22acc57c9
commit
e481481986
1 changed files with 2 additions and 3 deletions
|
|
@ -107,9 +107,8 @@ void Aquamarine::CDRMAtomicRequest::addConnector(Hyprutils::Memory::CSharedPoint
|
|||
free(currentMode);
|
||||
}
|
||||
|
||||
if (modeDiffers) {
|
||||
addConnectorModeset(connector, data);
|
||||
}
|
||||
if (modeDiffers) addConnectorModeset(connector, data);
|
||||
|
||||
addConnectorCursor(connector, data);
|
||||
|
||||
add(connector->id, connector->props.crtc_id, enable ? connector->crtc->id : 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue