Commit graph

2 commits

Author SHA1 Message Date
Martin Braun
876d4150aa uhd: Apply clang-format against all .cpp and .hpp files in host/
Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of
files that clang-format gets applied against.
2020-03-03 08:51:32 -06:00
Martin Braun
beb1f3c207 utils: Add scope_exit object
This is a utility for RAII-style operations. An object that will run
code when a scope is left.

Also includes unit tests.
2019-04-01 23:39:35 -05:00