diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-12-31 00:10:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-12-31 01:10:41 +0200 |
commit | 0599c27c37f37a066edb1f8cefd70f83a58bf33f (patch) | |
tree | 179f6a7b9d19afc915793613b9eb86271400213e | |
parent | a709e8d9d8e8b625a1f1694906057a2f6696dade (diff) |
Remove misleading indentation
The indented line is not part of the if function on the line above.
Change-Id: I7ae7c1223af74cc5ffcf9d1d32fb848212859ac9
-rw-r--r-- | solenv/gbuild/TargetLocations.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/TargetLocations.mk b/solenv/gbuild/TargetLocations.mk index 539c0aa42575..fe68e0c98e18 100644 --- a/solenv/gbuild/TargetLocations.mk +++ b/solenv/gbuild/TargetLocations.mk @@ -356,7 +356,7 @@ endef define gb_Executable__get_command $(if $(filter NONE,$(gb_Executable_VALIDGROUPS)),,$(call gb_Output_error,executable group NONE does not exist!)) $(if $(filter $(1),$(gb_Executable_NONE)),,$(gb_Helper_set_ld_path)) \ - $(call gb_Executable_get_target_for_build,$(1)) +$(call gb_Executable_get_target_for_build,$(1)) endef # Get complete command-line for running the executable |