summaryrefslogtreecommitdiff
path: root/hwpfilter/source
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@collabora.com>2020-02-16 14:44:52 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-02-16 14:10:39 +0100
commitc691aed63451ba441d45d2feb90f7266e12366f4 (patch)
tree37879f918bf7a65b1237b517190cb01f4c8478f2 /hwpfilter/source
parentf99e765cb303e37e6b6c983d3ee040fa36c1e52c (diff)
clang-format f*,h* with under 5-percent lines of change
Files which could become clang-format conformant with under 5-percent lines of change relative to the total count of lines in the file are found by using bin/find-clang-format.py, and fixed with /opt/lo/bin/clang-format -i <path-of-the-file> There will be follow-up patches to fix all 'under-5-percent' files. Change-Id: I702c09bcd3a9a113b3d66c30edb6cf3b7e6a6593 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88776 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'hwpfilter/source')
-rw-r--r--hwpfilter/source/fontmap.hxx2
-rw-r--r--hwpfilter/source/grammar.hxx2
-rw-r--r--hwpfilter/source/hwpeq.h2
-rw-r--r--hwpfilter/source/lexer.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/hwpfilter/source/fontmap.hxx b/hwpfilter/source/fontmap.hxx
index f9002e48ef99..3ab2e0849e1d 100644
--- a/hwpfilter/source/fontmap.hxx
+++ b/hwpfilter/source/fontmap.hxx
@@ -22,7 +22,7 @@
#include <sal/config.h>
-int getRepFamilyName(char const *, char *, double &);
+int getRepFamilyName(char const*, char*, double&);
#endif
diff --git a/hwpfilter/source/grammar.hxx b/hwpfilter/source/grammar.hxx
index 334f4341c55a..a4a2e39cb0bb 100644
--- a/hwpfilter/source/grammar.hxx
+++ b/hwpfilter/source/grammar.hxx
@@ -24,7 +24,7 @@
class Node;
-Node * mainParse(char const * _code);
+Node* mainParse(char const* _code);
#endif
diff --git a/hwpfilter/source/hwpeq.h b/hwpfilter/source/hwpeq.h
index 07e62ab7f985..cc96743c27a0 100644
--- a/hwpfilter/source/hwpeq.h
+++ b/hwpfilter/source/hwpeq.h
@@ -22,7 +22,7 @@
#include "mzstring.h"
-void eq2latex(MzString &mstr, char const *str);
+void eq2latex(MzString& mstr, char const* str);
#endif // INCLUDED_HWPFILTER_SOURCE_HWPEQ_H
diff --git a/hwpfilter/source/lexer.hxx b/hwpfilter/source/lexer.hxx
index 333b117641db..0f0c1fe1525e 100644
--- a/hwpfilter/source/lexer.hxx
+++ b/hwpfilter/source/lexer.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_HWPFILTER_SOURCE_LEXER_HXX
#define INCLUDED_HWPFILTER_SOURCE_LEXER_HXX
-void initFlex(char const * s);
+void initFlex(char const* s);
int yylex();