Skip to content

Commit 91e5c32

Browse files
authored
Update translator_fr.h
Remove a few <spaces> to align fr and en translations and slightly reduce the diff output.
1 parent dd33721 commit 91e5c32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/translator_fr.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105

106106
class TranslatorFrench : public TranslatorAdapter_1_8_19
107107
{
108-
public:
108+
public:
109109

110110
// --- Language control methods -------------------
111111

@@ -115,8 +115,8 @@ class TranslatorFrench : public TranslatorAdapter_1_8_19
115115
* (e.g. "czech", "japanese", "russian", etc.). It should be equal to
116116
* the identification used in language.cpp.
117117
*/
118-
virtual QCString idLanguage()
119-
{ return "french"; }
118+
virtual QCString idLanguage()
119+
{ return "french"; }
120120

121121
/*! Used to get the LaTeX command(s) for the language support.
122122
* This method should return string with commands that switch

0 commit comments

Comments
 (0)