X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftexrow.h;h=700bcd67dfff7a8e42265be55db2a5d4b154ce8e;hb=22ae5c8873f21d9455f464c4701c05ac5d4f2034;hp=0c3adb33301aed9f223042258bbbec3b53a41e4e;hpb=d1182f17daa1a164d9527ccbe6500840d7ac6bc8;p=lyx.git diff --git a/src/texrow.h b/src/texrow.h index 0c3adb3330..700bcd67df 100644 --- a/src/texrow.h +++ b/src/texrow.h @@ -1,9 +1,9 @@ // -*- C++ -*- /* This file is part of - * ====================================================== - * + * ====================================================== + * * LyX, The Document Processor - * + * * Copyright 1995 Matthias Ettrich * Copyright 1995-2001 The LyX Team * @@ -94,6 +94,6 @@ private: Paragraph * lastpar; /// Last position int lastpos; - + }; #endif