diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-08-24 19:48:31 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:18 +0200 |
commit | 07aa4459830e257242d0f01ad849c622a7f3eadf (patch) | |
tree | fc5f5b8f8a3e7ce7ac635827251ddfa906c39464 /desktop | |
parent | 1ec49a08d1ad896f7c0902510f5da463651c392a (diff) |
indentation fix
Change-Id: Iff26d67f13e2801b77e9fb9ad77399b5956fe324
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Library_crashreport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Library_crashreport.mk b/desktop/Library_crashreport.mk index e61e837d96d4..04f6855123d6 100644 --- a/desktop/Library_crashreport.mk +++ b/desktop/Library_crashreport.mk @@ -16,7 +16,7 @@ $(eval $(call gb_Library_set_include,crashreport,\ $(eval $(call gb_Library_use_externals,crashreport,\ breakpad \ -curl \ + curl \ )) $(eval $(call gb_Library_add_defs,crashreport,\ |