UI: Fix missing newline at the end of a file

This commit is contained in:
jp9000
2018-06-03 15:04:40 -07:00
parent 196eed8e8f
commit 46cce067f0
+1 -1
View File
@@ -1237,4 +1237,4 @@ void OBSBasicPreview::SetScalingAmount(float newScalingAmountVal) {
scrollingOffset.x *= newScalingAmountVal / scalingAmount;
scrollingOffset.y *= newScalingAmountVal / scalingAmount;
scalingAmount = newScalingAmountVal;
}
}