summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authormrezai <mhd.rezai@gmail.com>2015-12-23 15:41:46 +0330
committermrezai <mhd.rezai@gmail.com>2015-12-23 15:41:46 +0330
commit92cc8fcc742a9b6e55baeac5627321b59cc5af64 (patch)
tree122eae10c8c047dc224426abe4386bfaa7f5750f /drivers
parent0897b73cd6c7fd0d0e6fc2dbac901446c38568a2 (diff)
redundant TAB removed
Diffstat (limited to 'drivers')
-rw-r--r--drivers/png/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/png/SCsub b/drivers/png/SCsub
index b9295d17d3..5532e28ade 100644
--- a/drivers/png/SCsub
+++ b/drivers/png/SCsub
@@ -23,7 +23,7 @@ png_sources = [
]
if ("neon_enabled" in env and env["neon_enabled"]):
- env.Append(CPPFLAGS=["-DPNG_ARM_NEON_OPT=2"])
+ env.Append(CPPFLAGS=["-DPNG_ARM_NEON_OPT=2"])
env_neon = env.Clone();
if "S_compiler" in env:
env_neon['CC'] = env['S_compiler']