Skip to content

Commit

Permalink
Delete trailing ws
Browse files Browse the repository at this point in the history
  • Loading branch information
andoma committed Jul 20, 2016
1 parent 298fcb5 commit 511e72d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/fileaccess/fa_indexer.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ do_round(const char *prefix)
metadb_close(db);
if(r)
return 0;

item_t *i;
r = 0;
TAILQ_FOREACH(i, &q, link) {
Expand Down Expand Up @@ -262,9 +262,9 @@ indexer_thread(void *aux)
hts_mutex_lock(&indexer_mutex);
while(1) {
restart:
did_something = 0;
did_something = 0;
TAILQ_FOREACH(ir, &roots, ir_link) {

ir->ir_refcount++;

int doroot = 0;
Expand Down

0 comments on commit 511e72d

Please sign in to comment.