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

Unified Diff: fpdfsdk/src/fxedit/fxet_ap.cpp

Issue 1272653005: clang-format all pdfium code, again. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 4 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: fpdfsdk/src/fxedit/fxet_ap.cpp
diff --git a/fpdfsdk/src/fxedit/fxet_ap.cpp b/fpdfsdk/src/fxedit/fxet_ap.cpp
index b9900d899b3c63a14a60b7fa2d9b59a38092b2c0..1b0ba6255a21574c694425e7f27df542380d633e 100644
--- a/fpdfsdk/src/fxedit/fxet_ap.cpp
+++ b/fpdfsdk/src/fxedit/fxet_ap.cpp
@@ -199,7 +199,7 @@ CFX_ByteString IFX_Edit::GetSelectAppearanceStream(
// CPDF_Rect rcWordSel = CPDF_Rect(word.ptWord.x,line.ptLine.y +
// line.fLineDescent,
// word.ptWord.x+word.fWidth,line.ptLine.y +
- //line.fLineAscent);
+ // line.fLineAscent);
Nico 2015/08/06 20:58:49 same question
sRet << word.ptWord.x + ptOffset.x << " "
<< line.ptLine.y + line.fLineDescent << " " << word.fWidth << " "

Powered by Google App Engine
This is Rietveld 408576698