Whitespace fixes.

This commit is contained in:
Nick Mathewson
2017-04-25 10:54:34 -04:00
parent 49868340f7
commit 7a37cbbea3
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -397,3 +397,4 @@ atomic_counter_get(atomic_counter_t *counter)
tor_mutex_release(&counter->mutex);
return val;
}