Toggle navigation
Sign in
taskrambler
/
libtrdata
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
26d6138c102a01061c7f9320bb6ad2868ad9244a
Authored by
Georg Hopp
2015-10-21 21:49:30 +0200
1 parent
546694ec
remove useless whitespace
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/queue/destroy.c
src/queue/destroy.c
View file @
26d6138
...
...
@@ -29,7 +29,7 @@ void
29
29
TR_queueDestroy
(
TR_Queue
this
)
30
30
{
31
31
TR_Queue
node
;
32
-
32
+
33
33
node
=
this
->
first
;
34
34
35
35
while
(
NULL
!=
node
)
{
...
...
Please
register
or
login
to post a comment