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

@ -210,7 +210,7 @@ namespace sprout {
gcd_optimal(T const& a, T const& b) {
return sprout::math::detail::gcd_optimal_evaluator<T>().operator()(a, b);
}
} // namespace detail
} // namespace detail
//
// gcd_evaluator
@ -245,7 +245,7 @@ namespace sprout {
gcd(IntType const& a, IntType const& b) {
return sprout::math::gcd_evaluator<IntType>().operator()(a, b);
}
} // namespace math
} // namespace boost
} // namespace math
} // namespace boost
#endif // SPROUT_MATH_GCD_HPP
#endif // #ifndef SPROUT_MATH_GCD_HPP