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

Unified Diff: third_party/WebKit/Source/core/editing/Editor.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) 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/core/editing/Editor.cpp
diff --git a/third_party/WebKit/Source/core/editing/Editor.cpp b/third_party/WebKit/Source/core/editing/Editor.cpp
index 4bf340fd5f88a108d11159655cef891e15700d7c..11fe06da1eeffcc61c7e8c1ac479dd7da389a25b 100644
--- a/third_party/WebKit/Source/core/editing/Editor.cpp
+++ b/third_party/WebKit/Source/core/editing/Editor.cpp
@@ -1074,8 +1074,9 @@ void Editor::cut(EditorCommandSource source) {
if (enclosingTextControl(frame().selection().start())) {
String plainText = frame().selectedTextForClipboard();
Pasteboard::generalPasteboard()->writePlainText(
- plainText, canSmartCopyOrDelete() ? Pasteboard::CanSmartReplace
- : Pasteboard::CannotSmartReplace);
+ plainText,
+ canSmartCopyOrDelete() ? Pasteboard::CanSmartReplace
+ : Pasteboard::CannotSmartReplace);
} else {
writeSelectionToPasteboard();
}
« no previous file with comments | « third_party/WebKit/Source/core/editing/EditingUtilitiesTest.cpp ('k') | third_party/WebKit/Source/core/editing/FindOptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698