Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
23aff05c
Commit
23aff05c
authored
Jun 20, 2017
by
Pedro Gonnet
Browse files
this was driving me nuts.
parent
490e5c08
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/space.c
View file @
23aff05c
...
...
@@ -501,7 +501,7 @@ void space_rebuild(struct space *s, int verbose) {
/* Be verbose about this. */
#ifdef SWIFT_DEBUG_CHECKS
if
(
s
->
e
->
nodeID
==
0
||
verbose
)
message
(
"re)building space"
);
if
(
s
->
e
->
nodeID
==
0
||
verbose
)
message
(
"
(
re)building space"
);
fflush
(
stdout
);
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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