summaryrefslogtreecommitdiffstats
path: root/jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 13:18:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-09 17:07:36 +0100
commit2ae813975ae8ba97e2adbce13be272e6902ca7b5 (patch)
tree3ad997cea671154f311cfff95418bf22e6829e59 /jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx
parentloplugin:indentation in helpcompiler..io (diff)
downloadcore-2ae813975ae8ba97e2adbce13be272e6902ca7b5.tar.gz
core-2ae813975ae8ba97e2adbce13be272e6902ca7b5.zip
loplugin:indentation in jvmfwk..lotuswordpro
Change-Id: I1af665f4c6d34d8514dd23bb7a3eba700ce3ddbc Reviewed-on: https://gerrit.libreoffice.org/67559 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx b/jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx
index 034b0687d5e6..14faf56762d7 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx
@@ -44,7 +44,7 @@ char const* const* OtherInfo::getJavaExePaths(int * size)
"jre/bin/java"
#endif
};
- *size = SAL_N_ELEMENTS (ar);
+ *size = SAL_N_ELEMENTS (ar);
return ar;
}