Fix tabs to spaces
[khatus.git] / bin / khatus_sensor_datetime
index effcb1a..f1df37d 100755 (executable)
@@ -9,11 +9,11 @@ date +'%s %a %b %d %H:%M:%S' \
         Kfs = key_fs ? key_fs : ":"
     }
 
-       {
-               epoch = $1
-               datetime = $0
-               sub("^" epoch " +", "", datetime)
-               print("epoch"   , epoch)
-               print("datetime", datetime)
-       }
-       '
+    {
+        epoch = $1
+        datetime = $0
+        sub("^" epoch " +", "", datetime)
+        print("epoch"   , epoch)
+        print("datetime", datetime)
+    }
+    '
This page took 0.017373 seconds and 4 git commands to generate.