Skip to content

Commit

Permalink
Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkunic committed Mar 29, 2019
1 parent d331f24 commit 3a2de4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/matlab/gaussian/gaussian_wrap.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% gaussian_wrap produces a centered Gaussian scaled by the height and
% gaussian_wrap produces a centered Gaussian scaled by the height and
% width of the image as the resultant saliency map. It is independent of
% the image appearance, and is meant to serve as a spatial prior baseline.
%
Expand Down Expand Up @@ -28,7 +28,7 @@
params = checkCommonParams(in_params);

% get the path to smiler.json
pathroot = mfilename('fullpath');
pathroot = mfilename('fullpath');
[pathroot, ~, ~] = fileparts(pathroot);

% check the model-specific parameter fields
Expand Down

0 comments on commit 3a2de4e

Please sign in to comment.