Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Unified Diff: runtime/vm/version_in.cc

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/verifier.cc ('k') | runtime/vm/virtual_memory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/version_in.cc
diff --git a/runtime/vm/version_in.cc b/runtime/vm/version_in.cc
index 1857ce9b40cb232df17c37b7c4119c3d5b9ed0a8..8b46bcd92b002a731ebb2313343a9df1e1145970 100644
--- a/runtime/vm/version_in.cc
+++ b/runtime/vm/version_in.cc
@@ -21,12 +21,10 @@ const char* Version::String() {
return formatted_version;
}
-
const char* Version::SnapshotString() {
return snapshot_hash_;
}
-
const char* Version::CommitString() {
return commit_;
}
« no previous file with comments | « runtime/vm/verifier.cc ('k') | runtime/vm/virtual_memory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698