diff options
author | jond@chromium.org <jond@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-25 15:49:00 +0000 |
---|---|---|
committer | jond@chromium.org <jond@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-25 15:49:00 +0000 |
commit | d038b392fe8aee5dc81a549249e7b902d37c4e85 (patch) | |
tree | 005c67c9150b614cb2212a136c6816e5ab0f1d63 | |
parent | af0bb0644f726c9442d6b141ef9c126d40385348 (diff) | |
download | chromium_src-d038b392fe8aee5dc81a549249e7b902d37c4e85.zip chromium_src-d038b392fe8aee5dc81a549249e7b902d37c4e85.tar.gz chromium_src-d038b392fe8aee5dc81a549249e7b902d37c4e85.tar.bz2 |
PPAPI: Removed space and extra line from audio_config.h
Review URL: https://chromiumcodereview.appspot.com/10735032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158575 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | ppapi/cpp/audio_config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ppapi/cpp/audio_config.h b/ppapi/cpp/audio_config.h index c3b93c3..8ece912 100644 --- a/ppapi/cpp/audio_config.h +++ b/ppapi/cpp/audio_config.h @@ -9,7 +9,6 @@ #include "ppapi/c/pp_stdint.h" #include "ppapi/cpp/resource.h" - /// @file /// This file defines the interface for establishing an /// audio configuration resource within the browser. @@ -20,7 +19,7 @@ class InstanceHandle; /// A 16 bit stereo AudioConfig resource. Refer to the /// <a href="/native-client/{{pepperversion}}/devguide/coding/audio">Audio -/// </a> chapter in the Developer's Guide for information on using this +/// </a>chapter in the Developer's Guide for information on using this /// interface. /// /// A single sample frame on a stereo device means one value for the left |