[metacity] stack: fix indentation
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [metacity] stack: fix indentation
- Date: Tue, 28 Feb 2017 01:56:00 +0000 (UTC)
commit 2597660e3320d053337c0c10be10ab30e364789c
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Tue Feb 28 03:19:43 2017 +0200
stack: fix indentation
src/core/stack.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/core/stack.c b/src/core/stack.c
index d6561e1..a3b6bdc 100644
--- a/src/core/stack.c
+++ b/src/core/stack.c
@@ -37,7 +37,7 @@
#define WINDOW_HAS_TRANSIENT_TYPE(w) \
(w->type == META_WINDOW_DIALOG || \
- w->type == META_WINDOW_MODAL_DIALOG || \
+ w->type == META_WINDOW_MODAL_DIALOG || \
w->type == META_WINDOW_TOOLBAR || \
w->type == META_WINDOW_MENU || \
w->type == META_WINDOW_UTILITY)
@@ -693,8 +693,8 @@ ensure_above (MetaWindow *above,
above->layer < below->layer)
{
meta_topic (META_DEBUG_STACK,
- "Promoting window %s from layer %u to %u due to contraint\n",
- above->desc, above->layer, below->layer);
+ "Promoting window %s from layer %u to %u due to contraint\n",
+ above->desc, above->layer, below->layer);
above->layer = below->layer;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]