examples/ipsec-secgw: fix Makefile indentation

Message ID 20190508130956.3532-1-marcinx.smoczynski@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series examples/ipsec-secgw: fix Makefile indentation |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/intel-Performance-Testing success Performance Testing PASS
ci/mellanox-Performance-Testing success Performance Testing PASS
ci/Intel-compilation success Compilation OK

Commit Message

Marcin Smoczynski May 8, 2019, 1:09 p.m. UTC
  Fix invalid indentation - extra whitespace before error directive which
is causing syntax error when no pkgconfig file for the DPDK is found and
RTE_SDK is not specified.

Signed-off-by: Marcin Smoczynski <marcinx.smoczynski@intel.com>
---
 examples/ipsec-secgw/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Thomas Monjalon May 9, 2019, 8:39 p.m. UTC | #1
08/05/2019 15:09, Marcin Smoczynski:
> Fix invalid indentation - extra whitespace before error directive which
> is causing syntax error when no pkgconfig file for the DPDK is found and
> RTE_SDK is not specified.
> 
> Signed-off-by: Marcin Smoczynski <marcinx.smoczynski@intel.com>

Applied, thanks
  

Patch

diff --git a/examples/ipsec-secgw/Makefile b/examples/ipsec-secgw/Makefile
index ac042e4ce..75f2bcd00 100644
--- a/examples/ipsec-secgw/Makefile
+++ b/examples/ipsec-secgw/Makefile
@@ -53,7 +53,7 @@  clean:
 else
 
 ifeq ($(RTE_SDK),)
-	$(error "Please define RTE_SDK environment variable")
+$(error "Please define RTE_SDK environment variable")
 endif
 
 # Default target, detect a build directory, by looking for a path with a .config