diff options
author | deanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 11:32:07 +0000 |
---|---|---|
committer | deanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 11:32:07 +0000 |
commit | 6e597f5554b1ccc0400629b3b142dcfc2f3f4e6d (patch) | |
tree | fc02dfbec3e72666231a562210e66e1f7bca58f1 /base | |
parent | b7a34ef99e9cb6fc6f268b8bf210fe846a13542a (diff) | |
download | chromium_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')
-rw-r--r-- | base/gfx/convolver.cc | 2 |
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 |