From 87a8b50bf5ce00058e5bc0b4bcde2816fc77a3ed Mon Sep 17 00:00:00 2001
From: Dustin Falgout <dustin@falgout.us>
Date: Tue, 12 Apr 2016 01:40:59 -0500
Subject: [PATCH] code formatting

---
 gtk-3.20/scss/apps/_nemo.scss | 52 +++++++++++++++++------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/gtk-3.20/scss/apps/_nemo.scss b/gtk-3.20/scss/apps/_nemo.scss
index 6c27a5b..f32f5d5 100644
--- a/gtk-3.20/scss/apps/_nemo.scss
+++ b/gtk-3.20/scss/apps/_nemo.scss
@@ -93,36 +93,36 @@
         }
 
         toolbar {
-        button {
-            @include button($bg_color, $fg_color);
-        }
-
-        button.linked, .linked .button {
-            @include linked_button($bg_color);
-        }
-
-        combobox button {
-            padding: $spacing - 1px;
-
-            &.text-button {
-                padding: $spacing;
+            button {
+                @include button($bg_color, $fg_color);
             }
 
-            &.image-button {
-                padding: ($spacing + 1px) ($spacing - 1px) ($spacing + 1px) $spacing;
+            button.linked, .linked .button {
+                @include linked_button($bg_color);
+            }
+
+            combobox button {
+                padding: $spacing - 1px;
+
+                &.text-button {
+                    padding: $spacing;
+                }
+
+                &.image-button {
+                    padding: ($spacing + 1px) ($spacing - 1px) ($spacing + 1px) $spacing;
+                }
+            }
+
+            separator, separator:disabled {
+                color: shade($bg_color, ($contrast + .1));
+                border-color: currentColor;
+                -GtkWidget-window-dragging: true;
+            }
+
+            &.primary-toolbar button {
+                padding: 5px 6px;
             }
         }
-
-        separator, separator:disabled {
-            color: shade($bg_color, ($contrast + .1));
-            border-color: currentColor;
-            -GtkWidget-window-dragging: true;
-        }
-
-        &.primary-toolbar button {
-            padding: 5px 6px;
-        }
-    }
     }
 
     NemoQueryEditor {