aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/pdf/SkPDFUtils.h
diff options
context:
space:
mode:
authorGravatar ctguil@chromium.org <ctguil@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-15 23:55:03 +0000
committerGravatar ctguil@chromium.org <ctguil@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-15 23:55:03 +0000
commita5c7234e81748f76cbeede40e619351146e5286a (patch)
tree8ed00bec04bc664f52c2c35f49df38625ac8a197 /include/pdf/SkPDFUtils.h
parent7b5e0171694364ef86e3e78dbdd8b83a336b8f53 (diff)
Address lint issues in pdf directories.
Review URL: http://codereview.appspot.com/4887042 git-svn-id: http://skia.googlecode.com/svn/trunk@2117 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/pdf/SkPDFUtils.h')
-rw-r--r--include/pdf/SkPDFUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pdf/SkPDFUtils.h b/include/pdf/SkPDFUtils.h
index b25698bea8..5b9d74e321 100644
--- a/include/pdf/SkPDFUtils.h
+++ b/include/pdf/SkPDFUtils.h
@@ -29,7 +29,7 @@ struct SkRect;
PRINT_NOT_IMPL("NOT_IMPLEMENTED: " #condition "\n"); \
SkDEBUGCODE(SkASSERT(!assert);) \
} \
- } while(0)
+ } while (0)
class SkPDFUtils {
public: