From 29888c096ef7aeea7d4d15ae40a5fece05b016ac Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 15 Jan 2018 00:52:23 +0100 Subject: [PATCH] Fix some small whitespace errors in SingleResamplePassEffect. --- resample_effect.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resample_effect.cpp b/resample_effect.cpp index 1f6c47c..690f15a 100644 --- a/resample_effect.cpp +++ b/resample_effect.cpp @@ -435,8 +435,8 @@ bool ResampleEffect::set_float(const string &key, float value) { SingleResamplePassEffect::SingleResamplePassEffect(ResampleEffect *parent) : parent(parent), direction(HORIZONTAL), - input_width(1280), - input_height(720), + input_width(1280), + input_height(720), offset(0.0), zoom(1.0), last_input_width(-1), -- 2.39.2