aboutsummaryrefslogtreecommitdiff
path: root/pw_trace
diff options
context:
space:
mode:
authorIan McKellar <ianloic@google.com>2023-05-12 22:13:24 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-05-12 22:13:24 +0000
commitcd5038d9a5731f6e03b7696b824fb301bf3e1aa2 (patch)
treea2ee7e219f895beae62c8de8181b3775725fdbe3 /pw_trace
parent43b1a1e82cb89c0c96de7f4bdb661b98385b72b2 (diff)
downloadpigweed-cd5038d9a5731f6e03b7696b824fb301bf3e1aa2.tar.gz
fuchsia: Add missing EOF newlines
The Fuchsia build errors processing files that don't end with a newline. This adds missing newlines. In the future this check and process can be automated. Bug: b/282227316 Change-Id: I969f605b955d320ab6064463387a2ebe91511940 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/146970 Pigweed-Auto-Submit: Ian McKellar <ianloic@google.com> Commit-Queue: Rob Mohr <mohrr@google.com> Reviewed-by: Rob Mohr <mohrr@google.com> Commit-Queue: Ian McKellar <ianloic@google.com>
Diffstat (limited to 'pw_trace')
-rw-r--r--pw_trace/example/basic.cc2
-rw-r--r--pw_trace/example/public/pw_trace/example/sample_app.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/pw_trace/example/basic.cc b/pw_trace/example/basic.cc
index b8d8bb8aa..066e513ee 100644
--- a/pw_trace/example/basic.cc
+++ b/pw_trace/example/basic.cc
@@ -24,4 +24,4 @@ int main() {
PW_LOG_ERROR("Running basic trace example...\n");
RunTraceSampleApp();
return 0;
-} \ No newline at end of file
+}
diff --git a/pw_trace/example/public/pw_trace/example/sample_app.h b/pw_trace/example/public/pw_trace/example/sample_app.h
index fbc5fc36b..b5f9d3e94 100644
--- a/pw_trace/example/public/pw_trace/example/sample_app.h
+++ b/pw_trace/example/public/pw_trace/example/sample_app.h
@@ -17,4 +17,4 @@
#pragma once
// Run the trace sample app code, this will not return.
-void RunTraceSampleApp(); \ No newline at end of file
+void RunTraceSampleApp();