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

Unified Diff: src/IceGlobalContext.h

Issue 877003003: Subzero: Use a "known" version of clang-format. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix wildcards Created 5 years, 11 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
Index: src/IceGlobalContext.h
diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h
index dfa665b25da23ce2475040899d89143153363934..ac321e68860704d746e07f75b322c9e4adfc11df 100644
--- a/src/IceGlobalContext.h
+++ b/src/IceGlobalContext.h
@@ -209,11 +209,7 @@ public:
}
// These are predefined TimerStackIdT values.
- enum TimerStackKind {
- TSK_Default = 0,
- TSK_Funcs,
- TSK_Num
- };
+ enum TimerStackKind { TSK_Default = 0, TSK_Funcs, TSK_Num };
TimerStackIdT newTimerStackID(const IceString &Name);
TimerIdT getTimerID(TimerStackIdT StackID, const IceString &Name);

Powered by Google App Engine
This is Rietveld 408576698