From 50cce609050e1a40e1d6936e0a3f0614b4483eee Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 24 Feb 2016 09:51:16 -0500 Subject: Fixing whitespace lint errors. This CL enables several of the diabled whitelist/* lint checks. R=thestig@chromium.org, tsepez@chromium.org Review URL: https://codereview.chromium.org/1730553002 . --- samples/pdfium_test.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'samples/pdfium_test.cc') diff --git a/samples/pdfium_test.cc b/samples/pdfium_test.cc index f2c1e960b2..fe25c7e6cd 100644 --- a/samples/pdfium_test.cc +++ b/samples/pdfium_test.cc @@ -334,8 +334,7 @@ bool ParseCommandLine(const std::vector& args, return false; } options->output_format = OUTPUT_EMF; - } - else if (cur_arg == "--bmp") { + } else if (cur_arg == "--bmp") { if (options->output_format != OUTPUT_NONE) { fprintf(stderr, "Duplicate or conflicting --bmp argument\n"); return false; -- cgit v1.2.3