Skip to content

Commit b2b3ad9

Browse files
committed
formatting 3
1 parent df2d0d6 commit b2b3ad9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/xinspect.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ namespace xcpp
5050
return false;
5151
}
5252

53-
std::string find_type_slow(const std::string& expression)
53+
std::string find_type_slow(const std::string& expression)
5454
{
5555
static unsigned long long var_count = 0;
5656

@@ -74,7 +74,7 @@ namespace xcpp
7474
static nl::json read_tagconfs(const char* path)
7575
{
7676
nl::json result = nl::json::array();
77-
for (const auto& entry: std::filesystem::directory_iterator(path))
77+
for (const auto& entry : std::filesystem::directory_iterator(path))
7878
{
7979
if (entry.path().extension() != ".json")
8080
{

src/xinspect.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ namespace xcpp
6363
};
6464
}
6565

66-
#endif // XEUS_CPP_INSPECT_HPP
66+
#endif // XEUS_CPP_INSPECT_HPP

0 commit comments

Comments
 (0)