From 0a1d3c186afe0af9a836f5092246d4e31f331241 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Tue, 17 Apr 2007 16:35:13 +0000 Subject: [PATCH] style correction. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17839 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/MathMacroTable.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mathed/MathMacroTable.h b/src/mathed/MathMacroTable.h index 0435679318..ac1a985314 100644 --- a/src/mathed/MathMacroTable.h +++ b/src/mathed/MathMacroTable.h @@ -12,13 +12,13 @@ #ifndef MATH_MACROTABLE_H #define MATH_MACROTABLE_H -#include -#include - #include "support/docstring.h" #include +#include +#include + namespace lyx { class MathArray; @@ -46,9 +46,9 @@ public: /// int lock() { return ++lockCount_; } /// - bool locked() const { return lockCount_!=0; } + bool locked() const { return lockCount_ != 0; } /// - void unlock() { --lockCount_; BOOST_ASSERT(lockCount_>=0); } + void unlock() { --lockCount_; BOOST_ASSERT(lockCount_ >= 0); } private: /// -- 2.39.2