From: Siraaj Khandkar Date: Tue, 21 Aug 2018 16:39:04 +0000 (-0400) Subject: Fix tabs to spaces X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=commitdiff_plain;h=c20774df0b6a2b4cb3506e066817ff0ae1f2dcbd Fix tabs to spaces --- diff --git a/bin/khatus_sensor_datetime b/bin/khatus_sensor_datetime index effcb1a..f1df37d 100755 --- a/bin/khatus_sensor_datetime +++ b/bin/khatus_sensor_datetime @@ -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) + } + '