[gnome-sound-recorder] Fix line spacing



commit 56bade32abfaabea068ff414022c98961005bb21
Author: Meg Ford <megford gnome org>
Date:   Mon Dec 15 08:23:50 2014 -0600

    Fix line spacing

 src/mainWindow.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 6172e68..edbb006 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -210,8 +210,8 @@ const MainView = new Lang.Class({
         if (hours > 10)
             hoursString = hours
         else if (hours < 10 && hours > 0)
-
             hoursString = "0" + hours
+
         let minuteString = parseInt( seconds / _TIME_DIVISOR ) % _TIME_DIVISOR;
         let secondString = seconds % _TIME_DIVISOR;
         let timeString =


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