diff options
author | maf@chromium.org <maf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 00:34:44 +0000 |
---|---|---|
committer | maf@chromium.org <maf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 00:34:44 +0000 |
commit | de4817b40830c7d3af8c63e1f5ae14dde042fed0 (patch) | |
tree | b80166553c03e360613a122c56b919187fe2bece /o3d/core/cross/message_queue.cc | |
parent | a14e56a9987689db99734d808768ed3be6a182da (diff) | |
download | chromium_src-de4817b40830c7d3af8c63e1f5ae14dde042fed0.zip chromium_src-de4817b40830c7d3af8c63e1f5ae14dde042fed0.tar.gz chromium_src-de4817b40830c7d3af8c63e1f5ae14dde042fed0.tar.bz2 |
Deleting trailing spaces, add ending newline where missing to make lint happy. Also delete some commented out CSS, etc.
Review URL: http://codereview.chromium.org/3083012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55162 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/core/cross/message_queue.cc')
-rw-r--r-- | o3d/core/cross/message_queue.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/core/cross/message_queue.cc b/o3d/core/cross/message_queue.cc index 06e39c8..42f46804 100644 --- a/o3d/core/cross/message_queue.cc +++ b/o3d/core/cross/message_queue.cc @@ -190,7 +190,7 @@ String MessageQueue::GetSocketAddress() const { // Checks the message queue for an incoming message. If one is found // then it processes it, otherwise it just returns. bool MessageQueue::CheckForNewMessages(bool* has_new_texture) { - // The flag will be set to true if we receive a new texture in + // The flag will be set to true if we receive a new texture in // ProcessMessageUpdateTexture2DRect() or // ProcessMessageUpdateTexture2D() has_new_texture_ = false; |