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

@ -69,7 +69,7 @@ namespace sprout {
lcm_optimal(T const& a, T const& b) {
return sprout::math::detail::lcm_optimal_evaluator<T>().operator()(a, b);
}
} // namespace detail
} // namespace detail
//
// lcm_evaluator
@ -104,7 +104,7 @@ namespace sprout {
lcm(IntType const& a, IntType const& b) {
return sprout::math::lcm_evaluator<IntType>().operator()(a, b);
}
} // namespace math
} // namespace boost
} // namespace math
} // namespace boost
#endif // SPROUT_MATH_LCM_HPP
#endif // #ifndef SPROUT_MATH_LCM_HPP