diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-08 17:37:47 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-08 17:37:47 +0000 |
commit | 23e5795717a137035d01c4b5044f005f55b61ce6 (patch) | |
tree | 82ebd1273f9c90eec5513b8b52594184d5c4a6c3 /gpu/gpu_plugin/gpu_plugin.cc | |
parent | a098077e7928f8b6d087f31454750523ded639b9 (diff) | |
download | chromium_src-23e5795717a137035d01c4b5044f005f55b61ce6.zip chromium_src-23e5795717a137035d01c4b5044f005f55b61ce6.tar.gz chromium_src-23e5795717a137035d01c4b5044f005f55b61ce6.tar.bz2 |
White space change to trigger a build.
TEST=none
BUG=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35799 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu_plugin/gpu_plugin.cc')
-rw-r--r-- | gpu/gpu_plugin/gpu_plugin.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/gpu_plugin/gpu_plugin.cc b/gpu/gpu_plugin/gpu_plugin.cc index 3e2ee16..7413a4f 100644 --- a/gpu/gpu_plugin/gpu_plugin.cc +++ b/gpu/gpu_plugin/gpu_plugin.cc @@ -82,4 +82,5 @@ NPError API_CALL NP_Initialize(NPNetscapeFuncs *browser_funcs) { NPError API_CALL NP_Shutdown() { return NPERR_NO_ERROR; } + } // namespace gpu_plugin |