Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbackhouse authored and neheb committed Sep 29, 2022
1 parent 0db460c commit b3bd36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quicktimevideo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ void QuickTimeVideo::userDataDecoder(size_t size_external) {
}
io_->readOrThrow(buf.data(), 4);
io_->readOrThrow(buf.data(), tv_size);
buf.write_uint8(tv_size, 0); // nul-terminate string
buf.write_uint8(tv_size, 0); // nul-terminate string
xmpData_[exvGettext(tv->label_)] = Exiv2::toString(buf.data());
}

Expand Down

0 comments on commit b3bd36c

Please sign in to comment.