Skip to content

Commit

Permalink
Fix clang-format error.
Browse files Browse the repository at this point in the history
  • Loading branch information
acolwell committed Apr 3, 2024
1 parent 01d1b9f commit 31e3689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openexr.imageio/exroutput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@ OpenEXROutput::write_scanlines(int ybegin, int yend, int z, TypeDesc format,
* 1024; // Allocate 16 MB, or 1 scanline
int chunk = std::max(1, int(limit / scanlinebytes));

bool ok = true;
bool ok = true;
const bool isDecreasingY = m_spec.get_string_attribute("openexr:lineOrder")
== "decreasingY";

Expand Down

0 comments on commit 31e3689

Please sign in to comment.