1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

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

@ -5,4 +5,4 @@
#include <sprout/algorithm/min.hpp>
#include <sprout/algorithm/max.hpp>
#endif // #ifndef SPROUT_DETAIL_ALGORITHM_MIN_MAX_HPP
#endif // #ifndef SPROUT_DETAIL_ALGORITHM_MIN_MAX_HPP

View file

@ -55,4 +55,4 @@ namespace sprout {
} // namespace detail
} // namespace sprout
#endif // #ifndef SPROUT_DETAIL_CALL_TRAITS_HPP
#endif // #ifndef SPROUT_DETAIL_CALL_TRAITS_HPP

View file

@ -62,11 +62,11 @@ namespace sprout {
struct exact_unsigned_base_helper {};
template<>
struct exact_signed_base_helper<sizeof(signed char) * CHAR_BIT> {
struct exact_signed_base_helper<sizeof(signed char) * CHAR_BIT> {
typedef signed char exact;
};
template<>
struct exact_unsigned_base_helper<sizeof(unsigned char) * CHAR_BIT> {
struct exact_unsigned_base_helper<sizeof(unsigned char) * CHAR_BIT> {
typedef unsigned char exact;
};
#if USHRT_MAX != UCHAR_MAX
@ -178,4 +178,4 @@ namespace sprout {
} // namespace detail
} // namespace sprout
#endif // #ifndef SPROUT_DETAIL_INTEGER_HPP
#endif // #ifndef SPROUT_DETAIL_INTEGER_HPP

View file

@ -62,4 +62,4 @@ namespace sprout {
} // namespace detail
} // namespace sprout
#endif // #ifndef SPROUT_DETAIL_INTEGER_INTEGER_MASK_HPP
#endif // #ifndef SPROUT_DETAIL_INTEGER_INTEGER_MASK_HPP

View file

@ -59,4 +59,4 @@ namespace sprout {
} // namespace detail
} // namespace sprout
#endif // #ifndef SPROUT_DETAIL_INTEGER_STATIC_LOG2_HPP
#endif // #ifndef SPROUT_DETAIL_INTEGER_STATIC_LOG2_HPP

View file

@ -23,4 +23,4 @@ namespace sprout {
} // namespace detail
} // namespace sprout
#endif // #ifndef SPROUT_DETAIL_STR_HPP
#endif // #ifndef SPROUT_DETAIL_STR_HPP