mirror of
https://github.com/brl/mutter.git
synced 2025-02-18 06:04:10 +00:00
theme: Properly indent code
s/tabs/spaces/ https://bugzilla.gnome.org/show_bug.cgi?id=662962
This commit is contained in:
parent
381ef5c683
commit
895a3d1f39
@ -932,7 +932,6 @@ meta_frame_layout_calc_geometry (const MetaFrameLayout *layout,
|
||||
else
|
||||
g_memmove (&(rect->clickable), &(rect->visible), sizeof(rect->clickable));
|
||||
|
||||
|
||||
x = rect->visible.x + rect->visible.width + layout->button_border.right;
|
||||
if (left_buttons_has_spacer[i])
|
||||
x += (button_width * 0.75);
|
||||
@ -4016,8 +4015,7 @@ meta_draw_op_draw_with_env (const MetaDrawOp *op,
|
||||
d_rect.height = parse_size_unchecked (op->data.op_list.height, env);
|
||||
|
||||
meta_draw_op_list_draw_with_style (op->data.op_list.op_list,
|
||||
style_gtk, cr, info,
|
||||
d_rect);
|
||||
style_gtk, cr, info, d_rect);
|
||||
}
|
||||
break;
|
||||
|
||||
@ -4054,8 +4052,7 @@ meta_draw_op_draw_with_env (const MetaDrawOp *op,
|
||||
while (tile.y < (ry + rheight))
|
||||
{
|
||||
meta_draw_op_list_draw_with_style (op->data.tile.op_list,
|
||||
style_gtk, cr, info,
|
||||
tile);
|
||||
style_gtk, cr, info, tile);
|
||||
|
||||
tile.y += tile.height;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user