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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h
diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h
index e383739f49bc62e6085f347c370ad2fcad045e9a..b6ba05d6a272a3f29bb97abf8c866bccf819a2a4 100644
--- a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h
+++ b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h
@@ -66,8 +66,7 @@ extern const char* nameForSQLTransactionState(SQLTransactionState);
template <typename T>
SQLTransactionStateMachine<T>::SQLTransactionStateMachine()
: m_nextState(SQLTransactionState::Idle),
- m_requestedState(SQLTransactionState::Idle)
-{
+ m_requestedState(SQLTransactionState::Idle) {
#if DCHECK_IS_ON()
for (int i = 0; i < s_sizeOfStateAuditTrail; i++)
m_stateAuditTrail[i] = SQLTransactionState::NumberOfStates;

Powered by Google App Engine
This is Rietveld 408576698