From 3669b92a609f158347cbf3e5313c364bbd1b111d Mon Sep 17 00:00:00 2001 From: Steve Schnepp Date: Fri, 6 Dec 2013 21:10:00 +0100 Subject: [PATCH] p/cpu_freq_1sec: fix the indentation --- plugins/rpi/cpu_freq_1sec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/rpi/cpu_freq_1sec b/plugins/rpi/cpu_freq_1sec index 91286818..384985c1 100755 --- a/plugins/rpi/cpu_freq_1sec +++ b/plugins/rpi/cpu_freq_1sec @@ -24,8 +24,8 @@ then ) done | awk "{ print \"scaling_cur_freq.value \" \$1 \":\" (\$2 * 1000); - system(\"\"); - }" >> $cache + system(\"\"); + }" >> $cache ) & echo $! > $pidfile exit 0