/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to plugins.d/mandos-client.c

  • Committer: Teddy Hogeborn
  • Date: 2014-06-06 12:26:56 UTC
  • Revision ID: teddy@recompile.se-20140606122656-8x9ad8aqh7lpyneb
White space fix only.

* plugins.d/mandos-client.c (main): Indent unindented blank lines.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2486
2486
  if(debug){
2487
2487
    fprintf_plus(stderr, "Starting Avahi loop search\n");
2488
2488
  }
2489
 
 
 
2489
  
2490
2490
  ret = avahi_loop_with_timeout(simple_poll,
2491
2491
                                (int)(retry_interval * 1000), &mc);
2492
2492
  if(debug){
2596
2596
        free(fullname);
2597
2597
      }
2598
2598
    }
2599
 
 
 
2599
    
2600
2600
    /* need to clean even if 0 because man page doesn't specify */
2601
2601
    free(direntries);
2602
2602
    if(numentries == -1){