summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/33082-namespace_namespace.cpp
blob: cf6f921ec55843a8636626bfd4a7229d1c871899 (plain)
1
2
3
4
5
6
namespace hw { namespace stm32 {

class RTC {
};

}} // namespace hw::stm32