Source cleaning: whitespaces, tabs, FALSE/false, TRUE/true, -1/wxDefaultCoord, !!/!IsEmpty().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -433,8 +433,8 @@ public: \
|
||||
};
|
||||
|
||||
// grow/shrink predicates
|
||||
inline bool never_grow( size_t, size_t ) { return FALSE; }
|
||||
inline bool never_shrink( size_t, size_t ) { return FALSE; }
|
||||
inline bool never_grow( size_t, size_t ) { return false; }
|
||||
inline bool never_shrink( size_t, size_t ) { return false; }
|
||||
inline bool grow_lf70( size_t buckets, size_t items )
|
||||
{
|
||||
return float(items)/float(buckets) >= 0.85;
|
||||
|
Reference in New Issue
Block a user