From 88270095c538e64d5583a7527c550a61b68ae6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 4 Dec 2012 17:26:24 +0100 Subject: [PATCH] powertop2tuned: fixed dead whitespaces --- experiments/powertop2tuned.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/powertop2tuned.py b/experiments/powertop2tuned.py index dfcc911..a3c4e2b 100755 --- a/experiments/powertop2tuned.py +++ b/experiments/powertop2tuned.py @@ -280,7 +280,7 @@ if __name__ == "__main__": sys.exit(-1) if not args['output']: - args['output'] = "/etc/tuned" + args['output'] = "/etc/tuned" if args['profile']: args['output'] = os.path.join(args['output'], args['profile'])