Fix some formatting issues in fpdfview.h

Change-Id: Ib0222a95513a77a074f6e244a030bbc367a8ea98
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/128210
Reviewed-by: Thomas Sepez <tsepez@google.com>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/public/fpdfview.h b/public/fpdfview.h
index e3cda00..540d569 100644
--- a/public/fpdfview.h
+++ b/public/fpdfview.h
@@ -853,13 +853,13 @@
 //          Returns true if the page is rendered successfully, false otherwise.
 
 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_RenderPage(HDC dc,
-                                               FPDF_PAGE page,
-                                               int start_x,
-                                               int start_y,
-                                               int size_x,
-                                               int size_y,
-                                               int rotate,
-                                               int flags);
+                                                    FPDF_PAGE page,
+                                                    int start_x,
+                                                    int start_y,
+                                                    int size_x,
+                                                    int size_y,
+                                                    int rotate,
+                                                    int flags);
 #endif
 
 // Function: FPDF_RenderPageBitmap