X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftabular-old.C;h=1f7d9f576dca4a03eeaafa6a9a2cdb9aecebc49a;hb=98c966c64594611e469313314abd1e59524adb4a;hp=3e06db9a68b5a9111f0e9fd5a3318bc1753023a9;hpb=b9288969ec06caa3d7b1e9d4eb7937c1e029b44f;p=lyx.git diff --git a/src/tabular-old.C b/src/tabular-old.C index 3e06db9a68..1f7d9f576d 100644 --- a/src/tabular-old.C +++ b/src/tabular-old.C @@ -1,13 +1,13 @@ /* This file is part of - * ====================================================== - * + * ====================================================== + * * LyX, The Document Processor - * + * * Copyright 2000-2001 The LyX Team. * * @author: Jürgen Vigna * - * ====================================================== + * ====================================================== */ #include @@ -134,7 +134,7 @@ bool getTokenValue(string const & str, const char * token, LyXLength & len) if (!getTokenValue(str, token, tmp)) return false; return isValidLength(tmp, &len); -} +} inline