From f0aa2fb86fd91728186cf8c650a91a62c644b6d0 Mon Sep 17 00:00:00 2001
From: Marco Ratto <marco.ratto@ec.europa.eu>
Date: Fri, 3 Feb 2023 14:25:59 +0100
Subject: [PATCH] cosmetic change

---
 matlab/DsgeSmoother.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/DsgeSmoother.m b/matlab/DsgeSmoother.m
index def6aaf23f..3075e7a0b3 100644
--- a/matlab/DsgeSmoother.m
+++ b/matlab/DsgeSmoother.m
@@ -554,7 +554,7 @@ else
         % reconstruct smoothed variables
         aaa=zeros(M_.endo_nbr,gend+1);
         if ~isempty(alphahat0)
-        aaa(oo_.dr.restrict_var_list,1)=alphahat0;
+            aaa(oo_.dr.restrict_var_list,1)=alphahat0;
         end
         aaa(oo_.dr.restrict_var_list,2:end)=alphahat;
         for k=1:gend
-- 
GitLab