Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sébastien Villemot
dseries
Commits
b288a385
Commit
b288a385
authored
Sep 01, 2017
by
Stéphane Adjemian
Browse files
Cosmetic. Removed trailing white spaces.
parent
841a2617
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/@dseries/disp.m
View file @
b288a385
...
...
@@ -26,7 +26,7 @@ function disp(o)
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
vspace
=
' '
;
if
~
vobs
(
o
)
disp
(
vspace
)
disp
([
inputname
(
1
)
' is an empty dseries object.'
])
...
...
src/@dseries/display.m
View file @
b288a385
...
...
@@ -30,13 +30,13 @@ function display(o)
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
vspace
=
' '
;
if
~
vobs
(
o
)
disp
(
vspace
)
disp
([
inputname
(
1
)
' is an empty dseries object.'
])
return
end
TABLE
=
' '
;
if
vobs
(
o
)
<=
10
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment