Removed trailing spaces.

time-shift
Stéphane Adjemian (Charybdis) 2011-08-11 15:10:57 +02:00 committed by Stéphane Adjemian (Scylla)
parent 85e0ca379a
commit 467c60c51e
1 changed files with 3 additions and 3 deletions

View File

@ -8,10 +8,10 @@ function dynareroot = dynare_config(path_to_dynare,verbose)
%
% INPUTS
% none
%
%
% OUTPUTS
% none
%
%
% SPECIAL REQUIREMENTS
% none
@ -37,7 +37,7 @@ if nargin && ~isempty(path_to_dynare)
end
dynareroot = strrep(which('dynare'),'dynare.m','');
if ~nargin || nargin==1
if ~nargin || nargin==1
verbose = 1;
end