From db56faaacd4dc203ce4bcc75c24b38ce86d9d8f0 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Thu, 7 Jan 2016 07:35:44 -0800 Subject: [PATCH] fix tabs/spaces alignment of previous commit --- waf-tools/cflags.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/waf-tools/cflags.py b/waf-tools/cflags.py index 6d807b5ef..e6521ea04 100644 --- a/waf-tools/cflags.py +++ b/waf-tools/cflags.py @@ -156,9 +156,9 @@ def options(opt): % ", ".join([repr(p) for p in list(profiles.keys())])), choices=list(profiles.keys()), dest='build_profile') - opt.add_option('--check-profile', - help=('print out current build profile'), - default=False, dest='check_profile', action="store_true") + opt.add_option('--check-profile', + help=('print out current build profile'), + default=False, dest='check_profile', action="store_true") def configure(conf): cc = conf.env['COMPILER_CC'] or None cxx = conf.env['COMPILER_CXX'] or None