Browse Source

UI: Fix missing newline at the end of a file

jp9000 7 years ago
parent
commit
46cce067f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UI/window-basic-preview.cpp

+ 1 - 1
UI/window-basic-preview.cpp

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