X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftracer.h;h=36908a70f0cf231b120b2b5ea4f2711e5a2916d7;hb=98c966c64594611e469313314abd1e59524adb4a;hp=570da31963c59738b409bf178b8906fb2498fa4a;hpb=83acbbd5237373926c629855379e1df9a04209b2;p=lyx.git diff --git a/src/tracer.h b/src/tracer.h index 570da31963..36908a70f0 100644 --- a/src/tracer.h +++ b/src/tracer.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. * @@ -28,7 +28,7 @@ public: lyxerr << string(depth, ' ') << "TRACE IN: " << str << std::endl; depth += 2; - + } /// ~Trace() {