Skip to content

Commit 21dfe1b

Browse files
committed
refactor(openexr): apply clang-format recommendations
Signed-off-by: glowies <[email protected]>
1 parent d3530e4 commit 21dfe1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openexr.imageio/exroutput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ is_aces_container_attributes_non_empty(const OIIO::ImageSpec& spec,
360360
for (const auto& label : nonEmptyAttribs) {
361361
const ParamValue* found = spec.find_attribute(label,
362362
OIIO::TypeDesc::STRING);
363-
auto value = spec.get_string_attribute(label, "");
363+
auto value = spec.get_string_attribute(label, "");
364364

365365
if (found && value.empty()) {
366366
non_compliant_attr = label;

0 commit comments

Comments
 (0)