susumu.yata
null+****@clear*****
Tue Dec 2 16:25:34 JST 2014
susumu.yata 2014-12-02 16:25:34 +0900 (Tue, 02 Dec 2014) New Revision: eee9c002ad807ca125e56d45259ed8cca7db2db2 https://github.com/groonga/grnxx/commit/eee9c002ad807ca125e56d45259ed8cca7db2db2 Message: Fix indentation. Modified files: lib/grnxx/impl/index.cpp Modified: lib/grnxx/impl/index.cpp (+6 -9) =================================================================== --- lib/grnxx/impl/index.cpp 2014-12-02 13:33:30 +0900 (09ab002) +++ lib/grnxx/impl/index.cpp 2014-12-02 16:25:34 +0900 (40de008) @@ -234,9 +234,8 @@ class TreeIndex<Int> : public Index { std::unique_ptr<Cursor> find(const Datum &datum, const CursorOptions &options) const; - std::unique_ptr<Cursor> find_in_range( - const IndexRange &range, - const CursorOptions &options) const; + std::unique_ptr<Cursor> find_in_range(const IndexRange &range, + const CursorOptions &options) const; private: mutable Map map_; @@ -393,9 +392,8 @@ class TreeIndex<Float> : public Index { std::unique_ptr<Cursor> find(const Datum &datum, const CursorOptions &options) const; - std::unique_ptr<Cursor> find_in_range( - const IndexRange &range, - const CursorOptions &options) const; + std::unique_ptr<Cursor> find_in_range(const IndexRange &range, + const CursorOptions &options) const; private: mutable Map map_; @@ -559,9 +557,8 @@ class TreeIndex<Text> : public Index { std::unique_ptr<Cursor> find(const Datum &datum, const CursorOptions &options) const; - std::unique_ptr<Cursor> find_in_range( - const IndexRange &range, - const CursorOptions &options) const; + std::unique_ptr<Cursor> find_in_range(const IndexRange &range, + const CursorOptions &options) const; private: mutable Map map_; -------------- next part -------------- HTML����������������������������... 下載