diff options
author | mrezai <mhd.rezai@gmail.com> | 2015-12-23 15:41:46 +0330 |
---|---|---|
committer | mrezai <mhd.rezai@gmail.com> | 2015-12-23 15:41:46 +0330 |
commit | 92cc8fcc742a9b6e55baeac5627321b59cc5af64 (patch) | |
tree | 122eae10c8c047dc224426abe4386bfaa7f5750f /drivers/png | |
parent | 0897b73cd6c7fd0d0e6fc2dbac901446c38568a2 (diff) |
redundant TAB removed
Diffstat (limited to 'drivers/png')
-rw-r--r-- | drivers/png/SCsub | 2 |
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'] |