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:
parent
a2b368a7cc
commit
e3e130f58d
80 changed files with 255 additions and 255 deletions
|
@ -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
|
||||
|
|
|
@ -55,4 +55,4 @@ namespace sprout {
|
|||
} // namespace detail
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_DETAIL_CALL_TRAITS_HPP
|
||||
#endif // #ifndef SPROUT_DETAIL_CALL_TRAITS_HPP
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -23,4 +23,4 @@ namespace sprout {
|
|||
} // namespace detail
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_DETAIL_STR_HPP
|
||||
#endif // #ifndef SPROUT_DETAIL_STR_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue