Skip to content

Commit

Permalink
Adjusting spacing to be pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Sep 21, 2023
1 parent 49dc39d commit eac793b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/server/frontend_xwayland/xwayland_surface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1223,10 +1223,10 @@ void mf::XWaylandSurface::prep_surface_spec(ProofOfMutexLock const&, msh::Surfac

#define SCALE_SIZE(type, prop) \
if (mods.prop) \
{ \
{ \
auto scaled_value = mods.prop.value() * inv_scale; \
if (scaled_value.as_int() >= 0) \
{ \
if (scaled_value.as_int() >= 0) \
{ \
mods.prop = scaled_value; \
} \
}
Expand Down

0 comments on commit eac793b

Please sign in to comment.