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
aaa7b6ba
Commit
aaa7b6ba
authored
Feb 05, 2020
by
Matthieu Schaller
Browse files
Applied code formatting tool.
parent
04c82352
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
aaa7b6ba
...
...
@@ -37,7 +37,6 @@
#include
<sys/types.h>
#include
<unistd.h>
/* MPI headers. */
#ifdef WITH_MPI
...
...
src/queue.c
View file @
aaa7b6ba
...
...
@@ -302,7 +302,6 @@ void queue_clean(struct queue *q) {
free
(
q
->
tid_incoming
);
}
/**
* @brief Dump a formatted list of tasks in the queue to the given file stream.
*
...
...
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