]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
modules/stats/stats.c: remove trailing whitespace
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 29 Jan 2019 15:35:37 +0000 (16:35 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:41:51 +0000 (10:41 +0100)
modules/stats/stats.c

index a2cf78e4170073d8dd753b12d3105f08e025be1e..3365168ef20150086131a93c3cd302f884c1cefc 100644 (file)
@@ -16,7 +16,7 @@
 
 /**
  * @file stats.c
- * @brief Storage for various counters and metrics from query resolution. 
+ * @brief Storage for various counters and metrics from query resolution.
  *
  * You can either reuse this module to compute statistics or store custom metrics
  * in it via the extensions.
@@ -46,7 +46,7 @@
 #ifdef LRU_REP_SIZE
  #define FREQUENT_COUNT LRU_REP_SIZE /* Size of frequent tables */
 #else
- #define FREQUENT_COUNT  5000 /* Size of frequent tables */ 
+ #define FREQUENT_COUNT  5000 /* Size of frequent tables */
 #endif
 #ifndef UPSTREAMS_COUNT
  #define UPSTREAMS_COUNT  512 /* Size of recent upstreams */