mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Fix comments and whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32722 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ab1f7c3fc5
commit
95f07cf181
@ -17,12 +17,6 @@
|
|||||||
|
|
||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
|
||||||
|
|
||||||
/** Stackrel objects
|
|
||||||
* \author André Pönitz
|
|
||||||
*
|
|
||||||
* Full author contact details are available in file CREDITS.
|
|
||||||
*/
|
|
||||||
class InsetMathStackrel : public InsetMathFracBase {
|
class InsetMathStackrel : public InsetMathFracBase {
|
||||||
public:
|
public:
|
||||||
///
|
///
|
||||||
@ -44,7 +38,5 @@ private:
|
|||||||
virtual Inset * clone() const;
|
virtual Inset * clone() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
} // namespace lyx
|
} // namespace lyx
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user