Browse Source

Format code

bel 8 years ago
parent
commit
c9834644ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/timer.inl

+ 1 - 1
src/timer.inl

@@ -181,7 +181,7 @@ static void
 timers_exit(struct mg_context *ctx)
 timers_exit(struct mg_context *ctx)
 {
 {
 	if (ctx->timers) {
 	if (ctx->timers) {
-        pthread_mutex_lock(&ctx->timers->mutex);
+		pthread_mutex_lock(&ctx->timers->mutex);
 		ctx->timers->timer_count = 0;
 		ctx->timers->timer_count = 0;
 		(void)pthread_mutex_destroy(&ctx->timers->mutex);
 		(void)pthread_mutex_destroy(&ctx->timers->mutex);
 		mg_free(ctx->timers);
 		mg_free(ctx->timers);