Skip to content

Commit 20e7fba

Browse files
committed
Fixing white space
1 parent 553dcc6 commit 20e7fba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/effects/Mask.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ std::shared_ptr<openshot::Frame> Mask::GetFrame(std::shared_ptr<openshot::Frame>
110110
// Get the average luminosity
111111
int gray_value = qGray(R, G, B);
112112

113-
// Adjust the brightness
114-
gray_value += (255 * brightness_value);
113+
// Adjust the brightness
114+
gray_value += (255 * brightness_value);
115115

116116
// Adjust the contrast
117117
float factor = (259 * (contrast_value + 255)) / (255 * (259 - contrast_value));

0 commit comments

Comments
 (0)