Skip to content

Commit b8795cf

Browse files
committed
Fixed clang-format
Signed-off-by: Mikael Sundell <[email protected]>
1 parent 3db3398 commit b8795cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rawtoaces_util/rawtoaces_util_priv.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ namespace rta
1616
namespace util
1717
{
1818

19-
std::vector<std::string> database_paths( const std::string &override_path = "" );
19+
std::vector<std::string>
20+
database_paths( const std::string &override_path = "" );
2021

2122
void fix_metadata( OIIO::ImageSpec &spec );
2223

0 commit comments

Comments
 (0)