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

Unified Diff: public/fpdf_searchex.h

Issue 1265503005: clang-format all pdfium code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: sigh 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: public/fpdf_searchex.h
diff --git a/public/fpdf_searchex.h b/public/fpdf_searchex.h
index 1d43eab8cf19651679693973003ca3bfa565f071..a6b6e1bdbff15c27a0ce711cd08595a8633170a9 100644
--- a/public/fpdf_searchex.h
+++ b/public/fpdf_searchex.h
@@ -16,11 +16,14 @@ extern "C" {
// Function: FPDFText_GetCharIndexFromTextIndex
// Get the actually char index in text_page's internal char list.
// Parameters:
-// text_page - Handle to a text page information structure. Returned by FPDFText_LoadPage function.
-// nTextIndex - The index of the text in the string get from FPDFText_GetText.
+// text_page - Handle to a text page information structure.
+// Returned by FPDFText_LoadPage function.
+// nTextIndex - The index of the text in the string get from
+// FPDFText_GetText.
// Return value:
// The index of the character in internal charlist. -1 for error.
-DLLEXPORT int STDCALL FPDFText_GetCharIndexFromTextIndex(FPDF_TEXTPAGE text_page, int nTextIndex);
+DLLEXPORT int STDCALL
+FPDFText_GetCharIndexFromTextIndex(FPDF_TEXTPAGE text_page, int nTextIndex);
#ifdef __cplusplus
}

Powered by Google App Engine
This is Rietveld 408576698