diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-02-23 14:41:38 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-02-23 22:59:55 +0200 |
commit | dd3f4855ecdfe7ce765d59d3d77d754948028aa4 (patch) | |
tree | a09073451e74e37432537218eb8cd364442b8750 /officecfg | |
parent | 0a45b102953a86ea3f26ffd5740f791b3f752f08 (diff) |
Unify indentation
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/Module_officecfg.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/officecfg/Module_officecfg.mk b/officecfg/Module_officecfg.mk index 4a0dc8d5aaad..50eab3e05f74 100644 --- a/officecfg/Module_officecfg.mk +++ b/officecfg/Module_officecfg.mk @@ -20,10 +20,10 @@ $(eval $(call gb_Module_Module,officecfg)) $(eval $(call gb_Module_add_targets,officecfg,\ - Package_cppheader \ - Package_misc \ - Package_tools \ - Configuration_officecfg \ + Package_cppheader \ + Package_misc \ + Package_tools \ + Configuration_officecfg \ )) # this does not work, subsequenttest s a runtime dep, that is it postpone the run of the unittest, not the build of it @@ -32,7 +32,7 @@ $(eval $(call gb_Module_add_targets,officecfg,\ # disabled for now # The cppheader test depends on comphelper so can only be a subsequentcheck: #$(eval $(call gb_Module_add_subsequentcheck_targets,officecfg,\ -# CppunitTest_officecfg_cppheader_test \ +# CppunitTest_officecfg_cppheader_test \ #)) # vim: set noet sw=4 ts=4: |