From dd3f4855ecdfe7ce765d59d3d77d754948028aa4 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 23 Feb 2012 14:41:38 +0200 Subject: Unify indentation --- vcl/AllLangResTarget_vcl.mk | 4 ++-- vcl/WinResTarget_vcl.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'vcl') diff --git a/vcl/AllLangResTarget_vcl.mk b/vcl/AllLangResTarget_vcl.mk index 7534c264054e..c9e2ba30d406 100644 --- a/vcl/AllLangResTarget_vcl.mk +++ b/vcl/AllLangResTarget_vcl.mk @@ -37,8 +37,8 @@ $(eval $(call gb_AllLangResTarget_add_srs,vcl,\ $(eval $(call gb_SrsTarget_SrsTarget,vcl/source/src)) $(eval $(call gb_SrsTarget_set_include,vcl/source/src,\ - $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/vcl/inc) \ + $$(INCLUDE) \ + -I$(realpath $(SRCDIR)/vcl/inc) \ )) $(eval $(call gb_SrsTarget_add_files,vcl/source/src,\ diff --git a/vcl/WinResTarget_vcl.mk b/vcl/WinResTarget_vcl.mk index b6a0ca0a6bea..afd7916fed5d 100644 --- a/vcl/WinResTarget_vcl.mk +++ b/vcl/WinResTarget_vcl.mk @@ -29,8 +29,8 @@ $(eval $(call gb_WinResTarget_WinResTarget,vcl/src)) $(eval $(call gb_WinResTarget_set_include,vcl/src,\ - $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/vcl/inc) \ + $$(INCLUDE) \ + -I$(realpath $(SRCDIR)/vcl/inc) \ )) $(eval $(call gb_WinResTarget_add_file,vcl/src,\ -- cgit