X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fvspace.h;h=5c61edc10157518e70fb5e271921914393c9f732;hb=617cfbe80f7dca3cab8de7b13f076393b465e11a;hp=ee1922d5d0fbda1e69f9c0906b7bc619f8a9ad53;hpb=dfe1bc44b44903faf77ef454c98c4c3e56c1d5e3;p=lyx.git diff --git a/src/vspace.h b/src/vspace.h index ee1922d5d0..5c61edc101 100644 --- a/src/vspace.h +++ b/src/vspace.h @@ -1,13 +1,13 @@ // -*- C++ -*- /* This file is part of - * ====================================================== + * ====================================================== * * LyX, The Document Processor * * Copyright (C) 1995 1996 Matthias Ettrich * and the LyX Team. * - *======================================================*/ + * ====================================================== */ #ifndef VSPACE_H #define VSPACE_H @@ -71,7 +71,7 @@ public: //@} /// - bool operator==(LyXLength const &) const; + bool operator== (LyXLength const &) const; /// conversion virtual string asString() const; @@ -82,7 +82,7 @@ public: /** If "data" is valid, the length represented by it is stored into "result", if that is not 0. */ friend bool isValidLength(string const & data, - LyXLength * result=0); + LyXLength * result= 0); protected: /// @@ -101,8 +101,8 @@ public: //@{ /// LyXGlueLength(float v, LyXLength::UNIT u, - float pv=0.0, LyXLength::UNIT pu=LyXLength::UNIT_NONE, - float mv=0.0, LyXLength::UNIT mu=LyXLength::UNIT_NONE) + float pv= 0.0, LyXLength::UNIT pu= LyXLength::UNIT_NONE, + float mv= 0.0, LyXLength::UNIT mu= LyXLength::UNIT_NONE) : LyXLength (v, u), plus_val(pv), minus_val(mv), plus_uni(pu), minus_uni(mu) {} @@ -129,7 +129,7 @@ public: //@} /// - bool operator==(LyXGlueLength const &) const; + bool operator == (LyXGlueLength const &) const; /// conversion virtual string asString() const; @@ -140,7 +140,7 @@ public: /** If "data" is valid, the length represented by it is stored into "result", if that is not 0. */ friend bool isValidGlueLength(string const & data, - LyXGlueLength* result=0); + LyXGlueLength* result= 0); protected: /// @@ -192,7 +192,7 @@ public: /// void setKeep(bool val) { kp = val; } /// - bool operator==(VSpace const &) const; + bool operator == (VSpace const &) const; // conversion ///