aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-18 02:01:09 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-18 02:01:09 +0000
commit54339a826e460c2371f946224cca4db8482d8f5b (patch)
tree91679532d26c13d927873b18e0882a7d36506225 /src/utils
parentb1b7f707907b8c63b955cd2aef1cc454623e3656 (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@5577 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/win/SkWGL_win.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/win/SkWGL_win.cpp b/src/utils/win/SkWGL_win.cpp
index 922ba286d8..48b270d079 100644
--- a/src/utils/win/SkWGL_win.cpp
+++ b/src/utils/win/SkWGL_win.cpp
@@ -122,8 +122,8 @@ int SkWGLExtensions::selectFormat(const int formats[],
SK_WGL_COLOR_SAMPLES,
};
int answers[2];
- int queryAttrCnt = supportsCoverage ?
- SK_ARRAY_COUNT(queryAttrs) :
+ int queryAttrCnt = supportsCoverage ?
+ SK_ARRAY_COUNT(queryAttrs) :
SK_ARRAY_COUNT(queryAttrs) - 1;
this->getPixelFormatAttribiv(dc,
formats[i],