From daecd1f720dc589a1a0e1eed49fbe46b0c39d0ba Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer <jpfeifer@gmx.de> Date: Mon, 11 Dec 2023 13:13:35 +0100 Subject: [PATCH] DsgeSmoother.m: remove unnecessary space --- matlab/DsgeSmoother.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/DsgeSmoother.m b/matlab/DsgeSmoother.m index 2c7854ab8e..61bdc99350 100644 --- a/matlab/DsgeSmoother.m +++ b/matlab/DsgeSmoother.m @@ -275,7 +275,7 @@ if kalman_algo == 1 || kalman_algo == 3 kalman_algo = 2; elseif kalman_algo == 3 fprintf('\nDsgeSmoother: Switching to univariate filter. This is usually due to co-integration in diffuse filter,\n') - fprintf(' otherwise it may be a sign of stochastic singularity.\n') + fprintf('otherwise it may be a sign of stochastic singularity.\n') kalman_algo = 4; else error('This case shouldn''t happen') -- GitLab