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

Unified Diff: fpdfsdk/src/javascript/util.cpp

Issue 1730553002: Fixing whitespace lint errors. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Review fixes Created 4 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
« no previous file with comments | « fpdfsdk/src/javascript/global.cpp ('k') | fpdfsdk/src/pdfwindow/PWL_Edit.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/src/javascript/util.cpp
diff --git a/fpdfsdk/src/javascript/util.cpp b/fpdfsdk/src/javascript/util.cpp
index fd08d498832c899337e7aafcd66c271465bb7e6d..4bc28cd03a85230d73556787286ed0f185c7a015 100644
--- a/fpdfsdk/src/javascript/util.cpp
+++ b/fpdfsdk/src/javascript/util.cpp
@@ -53,23 +53,23 @@ const stru_TbConvert fcTable[] = {
{L"mmmm", L"%B"},
{L"mmm", L"%b"},
{L"mm", L"%m"},
- //"m"
+ // "m"
{L"dddd", L"%A"},
{L"ddd", L"%a"},
{L"dd", L"%d"},
- //"d", "%w",
+ // "d", "%w",
{L"yyyy", L"%Y"},
{L"yy", L"%y"},
{L"HH", L"%H"},
- //"H"
+ // "H"
{L"hh", L"%I"},
- //"h"
+ // "h"
{L"MM", L"%M"},
- //"M"
+ // "M"
{L"ss", L"%S"},
- //"s
+ // "s
{L"TT", L"%p"},
-//"t"
+// "t"
#if defined(_WIN32)
{L"tt", L"%p"},
{L"h", L"%#I"},
« no previous file with comments | « fpdfsdk/src/javascript/global.cpp ('k') | fpdfsdk/src/pdfwindow/PWL_Edit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698