Skip to content

Commit

Permalink
revert empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
rodgomesc committed Mar 11, 2024
1 parent fff668b commit ab460af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/cpp/ResizePlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ FrameBuffer ResizePlugin::flipARGBBuffer(FrameBuffer frameBuffer, bool flip) {
if (!flip) {
return frameBuffer;
}

__android_log_print(ANDROID_LOG_INFO, TAG, "Flipping ARGB buffer...");

size_t channels = getChannelCount(PixelFormat::ARGB);
Expand Down

0 comments on commit ab460af

Please sign in to comment.