From ce13339937ba1a98f9ba4d58f706c3be25e2d9a2 Mon Sep 17 00:00:00 2001 From: vng Date: Thu, 5 Apr 2012 16:03:26 +0300 Subject: [PATCH] Minor formatting changes. --- indexer/feature_data.cpp | 1 + indexer/feature_data.hpp | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/indexer/feature_data.cpp b/indexer/feature_data.cpp index 8cba0845f3..98b5a2c110 100644 --- a/indexer/feature_data.cpp +++ b/indexer/feature_data.cpp @@ -33,6 +33,7 @@ void TypesHolder::Remove(uint32_t t) } } + void FeatureParamsBase::MakeZero() { layer = 0; diff --git a/indexer/feature_data.hpp b/indexer/feature_data.hpp index c5aeb7652f..626194a0c3 100644 --- a/indexer/feature_data.hpp +++ b/indexer/feature_data.hpp @@ -85,10 +85,9 @@ namespace feature uint32_t const * e = m_types + m_size; return (find(m_types, e, t) != e); } - - void Remove(uint32_t t); //@} + void Remove(uint32_t t); string DebugPrint() const; };