From a238b1f8d304bf1e2ffb357937f3ec888ee8ac89 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Tue, 9 Feb 2016 18:16:42 +1100 Subject: Remove excess newlines A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins Reviewed-by: Chris Sherlock --- vcl/inc/fontattributes.hxx | 1 - vcl/inc/fontselect.hxx | 1 - vcl/inc/unx/fc_fontoptions.hxx | 1 - 3 files changed, 3 deletions(-) (limited to 'vcl/inc') diff --git a/vcl/inc/fontattributes.hxx b/vcl/inc/fontattributes.hxx index 739b70b59575..226ddbeb4ecc 100644 --- a/vcl/inc/fontattributes.hxx +++ b/vcl/inc/fontattributes.hxx @@ -25,7 +25,6 @@ #include - /* The following class is extraordinarily similar to ImplFont. */ class FontAttributes diff --git a/vcl/inc/fontselect.hxx b/vcl/inc/fontselect.hxx index fd98afcb4b1a..e8b19b408f53 100644 --- a/vcl/inc/fontselect.hxx +++ b/vcl/inc/fontselect.hxx @@ -65,7 +65,6 @@ public: }; - class FontSelectPattern : public FontSelectPatternAttributes { public: diff --git a/vcl/inc/unx/fc_fontoptions.hxx b/vcl/inc/unx/fc_fontoptions.hxx index 4fc96a069d95..f831ef57531b 100644 --- a/vcl/inc/unx/fc_fontoptions.hxx +++ b/vcl/inc/unx/fc_fontoptions.hxx @@ -64,7 +64,6 @@ private: }; - #endif // INCLUDED_VCL_INC_UNX_FC_FONTOPTIONS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit