diff --git a/matlab/DsgeSmoother.m b/matlab/DsgeSmoother.m
index def6aaf23fb43bd051923dec61ec3bc7cf5eb834..3075e7a0b32e1a3c3635b5a3b36ef00a729afcbb 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