File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#include < iostream>
2- #include < vector>
32#include < string_view>
3+ #include < vector>
44
55#include " cpuscope_lib.hpp"
66
7- int main (int argc, char * argv[])
7+ int main (int argc, char * argv[])
88{
99 std::vector<std::string_view> args;
1010 args.reserve (argc);
Original file line number Diff line number Diff line change 99namespace cpuscope
1010{
1111
12- inline std::string format_message (std::span<const std::string_view> args)
13- {
14- return std::format (" CPUScope CLI placeholder: {} arguments received." , args.size ());
15- }
12+ inline std::string format_message (std::span<const std::string_view> args)
13+ {
14+ return std::format (" CPUScope CLI placeholder: {} arguments received." , args.size ());
15+ }
1616
17- } // namespace cpuscope
17+ } // namespace cpuscope
Original file line number Diff line number Diff line change 55namespace cpuscope
66{
77
8- std::string get_version ()
9- {
10- return " 0.1.0" ;
11- }
8+ std::string get_version ()
9+ {
10+ return " 0.1.0" ;
11+ }
1212
13- } // namespace cpuscope
13+ } // namespace cpuscope
Original file line number Diff line number Diff line change 33namespace cpuscope
44{
55
6- // Implementation is header-only for the initial placeholder functionality.
6+ // Implementation is header-only for the initial placeholder functionality.
77
8- } // namespace cpuscope
8+ } // namespace cpuscope
You can’t perform that action at this time.
0 commit comments