aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/statistics
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-18 09:23:38 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-18 09:23:38 -0800
commit190d360defe58eec0540d50cbb5d4a8f4878c4f1 (patch)
tree22e169a0f6780559fef31d847ad226c7ebd8cb4a /src/core/statistics
parent0605995e55a2030c5a2a82092a253e7188b8d2fb (diff)
Add missing new-lines at end of file
Diffstat (limited to 'src/core/statistics')
-rw-r--r--src/core/statistics/census_init.c2
-rw-r--r--src/core/statistics/census_interface.h2
-rw-r--r--src/core/statistics/census_log.c2
-rw-r--r--src/core/statistics/census_log.h2
-rw-r--r--src/core/statistics/census_rpc_stats.c2
-rw-r--r--src/core/statistics/census_rpc_stats.h2
-rw-r--r--src/core/statistics/census_tracing.c2
-rw-r--r--src/core/statistics/census_tracing.h2
-rw-r--r--src/core/statistics/hash_table.c2
-rw-r--r--src/core/statistics/hash_table.h2
-rw-r--r--src/core/statistics/window_stats.c2
-rw-r--r--src/core/statistics/window_stats.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/core/statistics/census_init.c b/src/core/statistics/census_init.c
index c81aa1524a..820d75f795 100644
--- a/src/core/statistics/census_init.c
+++ b/src/core/statistics/census_init.c
@@ -47,4 +47,4 @@ void census_shutdown(void) {
gpr_log(GPR_INFO, "Shutdown census library.");
census_stats_store_shutdown();
census_tracing_shutdown();
-} \ No newline at end of file
+}
diff --git a/src/core/statistics/census_interface.h b/src/core/statistics/census_interface.h
index 756e472741..0bb0a9f328 100644
--- a/src/core/statistics/census_interface.h
+++ b/src/core/statistics/census_interface.h
@@ -73,4 +73,4 @@ census_op_id census_tracing_start_op(void);
/* Ends tracing. Calling this function will invalidate the input op_id. */
void census_tracing_end_op(census_op_id op_id);
-#endif /* __GRPC_INTERNAL_STATISTICS_CENSUS_INTERFACE_H__ */ \ No newline at end of file
+#endif /* __GRPC_INTERNAL_STATISTICS_CENSUS_INTERFACE_H__ */
diff --git a/src/core/statistics/census_log.c b/src/core/statistics/census_log.c
index 6633b044e0..24e46876d2 100644
--- a/src/core/statistics/census_log.c
+++ b/src/core/statistics/census_log.c
@@ -601,4 +601,4 @@ size_t census_log_remaining_space(void) {
int census_log_out_of_space_count(void) {
GPR_ASSERT(g_log.initialized);
return gpr_atm_acq_load(&g_log.out_of_space_count);
-} \ No newline at end of file
+}
diff --git a/src/core/statistics/census_log.h b/src/core/statistics/census_log.h
index e1aaa05f7f..01fd63aca3 100644
--- a/src/core/statistics/census_log.h
+++ b/src/core/statistics/census_log.h
@@ -88,4 +88,4 @@ size_t census_log_remaining_space(void);
out-of-space. */
int census_log_out_of_space_count(void);
-#endif /* __GRPC_INTERNAL_STATISTICS_LOG_H__ */ \ No newline at end of file
+#endif /* __GRPC_INTERNAL_STATISTICS_LOG_H__ */
diff --git a/src/core/statistics/census_rpc_stats.c b/src/core/statistics/census_rpc_stats.c
index 957f20d066..388ce4fe2c 100644
--- a/src/core/statistics/census_rpc_stats.c
+++ b/src/core/statistics/census_rpc_stats.c
@@ -251,4 +251,4 @@ void census_stats_store_shutdown(void) {
gpr_log(GPR_ERROR, "Census client stats store not initialized.");
}
gpr_mu_unlock(&g_mu);
-} \ No newline at end of file
+}
diff --git a/src/core/statistics/census_rpc_stats.h b/src/core/statistics/census_rpc_stats.h
index 9c7f321984..942de81b88 100644
--- a/src/core/statistics/census_rpc_stats.h
+++ b/src/core/statistics/census_rpc_stats.h
@@ -98,4 +98,4 @@ void census_stats_store_shutdown(void);
}
#endif
-#endif /* __GRPC_INTERNAL_STATISTICS_CENSUS_RPC_STATS_H__ */ \ No newline at end of file
+#endif /* __GRPC_INTERNAL_STATISTICS_CENSUS_RPC_STATS_H__ */
diff --git a/src/core/statistics/census_tracing.c b/src/core/statistics/census_tracing.c
index 8612d2cf7d..adfcbecb4c 100644
--- a/src/core/statistics/census_tracing.c
+++ b/src/core/statistics/census_tracing.c
@@ -236,4 +236,4 @@ census_trace_obj** census_get_active_ops(int* num_active_ops) {
}
gpr_mu_unlock(&g_mu);
return ret;
-} \ No newline at end of file
+}
diff --git a/src/core/statistics/census_tracing.h b/src/core/statistics/census_tracing.h
index 173e82c3c9..51aa578c0c 100644
--- a/src/core/statistics/census_tracing.h
+++ b/src/core/statistics/census_tracing.h
@@ -93,4 +93,4 @@ census_trace_obj** census_get_active_ops(int* num_active_ops);
}
#endif
-#endif /* __GRPC_INTERNAL_STATISTICS_CENSUS_TRACING_H_ */ \ No newline at end of file
+#endif /* __GRPC_INTERNAL_STATISTICS_CENSUS_TRACING_H_ */
diff --git a/src/core/statistics/hash_table.c b/src/core/statistics/hash_table.c
index 0afb12c368..56bdcc2fff 100644
--- a/src/core/statistics/hash_table.c
+++ b/src/core/statistics/hash_table.c
@@ -300,4 +300,4 @@ void census_ht_destroy(census_ht* ht) {
gpr_free(ht);
}
-size_t census_ht_get_size(const census_ht* ht) { return ht->size; } \ No newline at end of file
+size_t census_ht_get_size(const census_ht* ht) { return ht->size; }
diff --git a/src/core/statistics/hash_table.h b/src/core/statistics/hash_table.h
index c7f592c813..2c2386d1ab 100644
--- a/src/core/statistics/hash_table.h
+++ b/src/core/statistics/hash_table.h
@@ -128,4 +128,4 @@ typedef void (*census_ht_itr_cb)(census_ht_key key, const void* val_ptr,
should not invalidate data entries. */
gpr_uint64 census_ht_for_all(const census_ht* ht, census_ht_itr_cb);
-#endif /* __GRPC_INTERNAL_STATISTICS_HASH_TABLE_H_ */ \ No newline at end of file
+#endif /* __GRPC_INTERNAL_STATISTICS_HASH_TABLE_H_ */
diff --git a/src/core/statistics/window_stats.c b/src/core/statistics/window_stats.c
index f84b931602..a64e080565 100644
--- a/src/core/statistics/window_stats.c
+++ b/src/core/statistics/window_stats.c
@@ -314,4 +314,4 @@ void census_window_stats_destroy(window_stats* wstats) {
/* Ensure any use-after free triggers assert. */
wstats->interval_stats = NULL;
gpr_free(wstats);
-} \ No newline at end of file
+}
diff --git a/src/core/statistics/window_stats.h b/src/core/statistics/window_stats.h
index 1fd711939f..98f8dac559 100644
--- a/src/core/statistics/window_stats.h
+++ b/src/core/statistics/window_stats.h
@@ -170,4 +170,4 @@ void census_window_stats_get_sums(const struct census_window_stats* wstats,
assertion failure). This function is thread-compatible. */
void census_window_stats_destroy(struct census_window_stats* wstats);
-#endif /* __GRPC_INTERNAL_STATISTICS_WINDOW_STATS_H_ */ \ No newline at end of file
+#endif /* __GRPC_INTERNAL_STATISTICS_WINDOW_STATS_H_ */