From e963a8891238efc758306a09debbc93904a5388b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 17 Jul 2015 10:29:59 +0200 Subject: formatting of public/private/protected section qualifiers make it consistent across the codebase, no space between keyword and the colon Change-Id: Idca61ddfc74ad2460fb05fe417499324b05e5de5 Reviewed-on: https://gerrit.libreoffice.org/17148 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- rsc/inc/rsclex.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rsc') diff --git a/rsc/inc/rsclex.hxx b/rsc/inc/rsclex.hxx index f98a7506e552..c05fd0ce6d24 100644 --- a/rsc/inc/rsclex.hxx +++ b/rsc/inc/rsclex.hxx @@ -65,9 +65,9 @@ struct Node class ObjectStack { - private : + private: Node* pRoot; - public : + public: ObjectStack () { pRoot = NULL; } -- cgit v1.2.3