Skip to content

Commit 6b292bb

Browse files
committed
Fix review comments in AcademySoftwareFoundation#5201; apply clang-format
1 parent 3ead3a8 commit 6b292bb

6 files changed

Lines changed: 127 additions & 250 deletions

File tree

src/include/OpenImageIO/imageio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4725,6 +4725,6 @@ OIIO_NAMESPACE_END
47254725

47264726
#if FMT_VERSION >= 100000
47274727
FMT_BEGIN_NAMESPACE
4728-
template<> struct formatter<OIIO::ROI> : ostream_formatter {};
4728+
template<> struct formatter<OIIO::ROI> : ostream_formatter { };
47294729
FMT_END_NAMESPACE
47304730
#endif

0 commit comments

Comments
 (0)