Skip to content

Commit

Permalink
Removed empty space, verified lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sguada committed Mar 31, 2014
1 parent 5e79c95 commit 503634d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab/caffe/matcaffe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ static void init(MEX_ARGS) {
mxFree(model_file);

init_key = random();

if (nlhs == 1) {
plhs[0] = mxCreateDoubleScalar(init_key);
}
Expand Down

0 comments on commit 503634d

Please sign in to comment.