[gnome-shell] Remove trailing whitespaces in dash.js



commit 2f27f61a1fc97aa2a12fb6cf9656ef4fe70013da
Author: Marina Zhurakhinskaya <marinaz redhat com>
Date:   Mon Nov 9 17:49:01 2009 -0500

    Remove trailing whitespaces in dash.js
    
    Trailing whitespaces cause warnings.

 js/ui/dash.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/js/ui/dash.js b/js/ui/dash.js
index da4f8e8..823a15d 100644
--- a/js/ui/dash.js
+++ b/js/ui/dash.js
@@ -66,7 +66,7 @@ const PLACES = "places";
  * Returns the index in an array of a given length that is obtained
  * if the provided index is incremented by an increment and the array
  * is wrapped in if necessary.
- * 
+ *
  * index: prior index, expects 0 <= index < length
  * increment: the change in index, expects abs(increment) <= length
  * length: the length of the array
@@ -318,7 +318,7 @@ SearchEntry.prototype = {
             else
                 this.entry.text = '';
 
-            // Return true to stop the signal emission, so that this.actor doesn't get 
+            // Return true to stop the signal emission, so that this.actor doesn't get
             // the button-press-event and re-highlight itself.
             return true;
         }));
@@ -341,7 +341,7 @@ SearchEntry.prototype = {
     _resetTextState: function (searchEntryClicked) {
         let text = this.getText();
         this._iconBox.remove_all();
-        // We highlight the search box if the user starts typing in it 
+        // We highlight the search box if the user starts typing in it
         // or just clicks in it to indicate that the search is active.
         if (text != '' || searchEntryClicked) {
             if (!searchEntryClicked)



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