0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

UI: Fix missing newline at the end of a file

This commit is contained in:
jp9000 2018-06-02 09:26:18 -07:00
parent 196eed8e8f
commit 46cce067f0

View File

@ -1237,4 +1237,4 @@ void OBSBasicPreview::SetScalingAmount(float newScalingAmountVal) {
scrollingOffset.x *= newScalingAmountVal / scalingAmount;
scrollingOffset.y *= newScalingAmountVal / scalingAmount;
scalingAmount = newScalingAmountVal;
}
}