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

@ -10,9 +10,9 @@ namespace sprout {
// default_random_engine
//
typedef sprout::random::minstd_rand0 default_random_engine;
} // namespace random
} // namespace random
using sprout::random::default_random_engine;
} // namespace sprout
} // namespace sprout
#endif // #ifndef SPROUT_RANDOM_DEFAULT_RANDOM_ENGINE_HPP
#endif // #ifndef SPROUT_RANDOM_DEFAULT_RANDOM_ENGINE_HPP