[gnome-contacts] CropArea: Don't use tabs



commit 3fc7604513986f02f0abd082e239816d57e474e6
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Fri Jun 5 11:35:15 2020 +0200

    CropArea: Don't use tabs

 src/cc-crop-area.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/cc-crop-area.c b/src/cc-crop-area.c
index 1b22fd8..ef7ca36 100644
--- a/src/cc-crop-area.c
+++ b/src/cc-crop-area.c
@@ -329,8 +329,8 @@ update_cursor (CcCropArea *area,
         case BOTTOM_RIGHT:
                 cursor_type = GDK_BOTTOM_RIGHT_CORNER;
                 break;
-       default:
-               g_assert_not_reached ();
+        default:
+                g_assert_not_reached ();
         }
 
         if (cursor_type != area->current_cursor) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]