fix coding styles

This commit is contained in:
bolero-MURAKAMI 2013-03-22 14:24:19 +09:00
parent a2b368a7cc
commit e3e130f58d
80 changed files with 255 additions and 255 deletions

View file

@ -961,7 +961,7 @@ namespace sprout {
SPROUT_CONSTEXPR bitset<N>
do_sanitize() const SPROUT_NOEXCEPT {
typedef sprout::detail::sanitize<N % (CHAR_BIT * sprout::detail::sizeof_<unsigned long>::value)> sanitize_type;
return bitset(this->hiword(sanitize_type::do_sanitize_c(this->hiword())));
return bitset(this->hiword(sanitize_type::do_sanitize_c(this->hiword())));
}
SPROUT_CONSTEXPR bitset<N>
do_sanitize_c() const SPROUT_NOEXCEPT {