X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-accent.C;h=eb65f1df6a90a73c71e5a4988a0af36943dda4a0;hb=98c966c64594611e469313314abd1e59524adb4a;hp=a184f7429124b63843e9e97c75ef171f8bb703ca;hpb=7ea7dabed1b72cc25dcbdc482ac006f2b61dacfd;p=lyx.git diff --git a/src/tex-accent.C b/src/tex-accent.C index a184f74291..eb65f1df6a 100644 --- a/src/tex-accent.C +++ b/src/tex-accent.C @@ -1,8 +1,8 @@ /* This file is part of - * ====================================================== - * + * ====================================================== + * * LyX, The Document Processor - * + * * Copyright 1995 Matthias Ettrich * Copyright 1995-2001 The LyX Team. * @@ -89,7 +89,7 @@ tex_accent_struct get_accent(kb_action action) string const DoAccent(string const & s, tex_accent accent) { string res; - + res += lyx_accent_table[accent].cmd; res += '{'; if (s == "i" || s == "j") { @@ -105,4 +105,3 @@ string const DoAccent(char c, tex_accent accent) { return DoAccent(tostr(c), accent); } -