diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 13:56:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-10 11:20:45 +0100 |
commit | 12b584e4a9695a7516f239cd33950656212ed0c8 (patch) | |
tree | cc32dc82c17e24e618f2561f92b4d720bc099c08 /svx/source/svdraw/svdxcgv.cxx | |
parent | 6815354b286bbc6e686fea12fada6d4d18ffb64f (diff) |
loplugin:indentation in svx
Change-Id: Ifea8e24fb76025715ab2ff495d3949223584070a
Reviewed-on: https://gerrit.libreoffice.org/67567
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/svdraw/svdxcgv.cxx')
-rw-r--r-- | svx/source/svdraw/svdxcgv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdxcgv.cxx b/svx/source/svdraw/svdxcgv.cxx index 4b6f00928075..8201006ac17f 100644 --- a/svx/source/svdraw/svdxcgv.cxx +++ b/svx/source/svdraw/svdxcgv.cxx @@ -650,7 +650,7 @@ Graphic SdrExchangeView::GetObjGraphic(const SdrObject& rSdrObject) } } - return aRet; + return aRet; } |