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;
}
}