summaryrefslogtreecommitdiffstats
path: root/base/gfx
diff options
context:
space:
mode:
authordeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-13 11:32:07 +0000
committerdeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-13 11:32:07 +0000
commit6e597f5554b1ccc0400629b3b142dcfc2f3f4e6d (patch)
treefc02dfbec3e72666231a562210e66e1f7bca58f1 /base/gfx
parentb7a34ef99e9cb6fc6f268b8bf210fe846a13542a (diff)
downloadchromium_src-6e597f5554b1ccc0400629b3b142dcfc2f3f4e6d.zip
chromium_src-6e597f5554b1ccc0400629b3b142dcfc2f3f4e6d.tar.gz
chromium_src-6e597f5554b1ccc0400629b3b142dcfc2f3f4e6d.tar.bz2
Add an EOL to the end of convolver.cc. This eliminates a warning in GCC.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@788 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/gfx')
-rw-r--r--base/gfx/convolver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gfx/convolver.cc b/base/gfx/convolver.cc
index e56493e..1bf89c3 100644
--- a/base/gfx/convolver.cc
+++ b/base/gfx/convolver.cc
@@ -356,4 +356,4 @@ void BGRAConvolve2D(const uint8* source_data,
}
}
-} // namespace gfx \ No newline at end of file
+} // namespace gfx