Skip to content

Commit e8a4b53

Browse files
committed
Style
1 parent 83b46a5 commit e8a4b53

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

include/tao/json/internal/endian_gcc.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ namespace tao
153153
#else
154154
#error Unknown host byte order!
155155
#endif
156-
} // internal
156+
} // namespace internal
157157

158-
} // json
158+
} // namespace json
159159

160-
} // tao
160+
} // namespace tao
161161

162162
#endif

include/tao/json/internal/endian_win.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ namespace tao
8282
}
8383
};
8484

85-
} // namespace internal
85+
} // namespace internal
8686

87-
} // namespace json
87+
} // namespace json
8888

89-
} // namespace tao
89+
} // namespace tao
9090

9191
#endif

0 commit comments

Comments
 (0)