Fixed line endings to Unix style.

TBR=kbr@chromium.org

Review URL: https://codereview.appspot.com/10088043

git-svn-id: http://angleproject.googlecode.com/svn/trunk@2424 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/src/compiler/OutputGLSLBase.cpp b/src/compiler/OutputGLSLBase.cpp
index bf132df..d677c75 100644
--- a/src/compiler/OutputGLSLBase.cpp
+++ b/src/compiler/OutputGLSLBase.cpp
@@ -245,10 +245,10 @@
         case EOpIndexDirectStruct:
             if (visit == InVisit)
             {
-                // Here we are writing out "foo.bar", where "foo" is struct

-                // and "bar" is field. In AST, it is represented as a binary

-                // node, where left child represents "foo" and right child "bar".

-                // The node itself represents ".". The struct field "bar" is

+                // Here we are writing out "foo.bar", where "foo" is struct
+                // and "bar" is field. In AST, it is represented as a binary
+                // node, where left child represents "foo" and right child "bar".
+                // The node itself represents ".". The struct field "bar" is
                 // actually stored as an index into TStructure::fields.
                 out << ".";
                 const TStructure* structure = node->getLeft()->getType().getStruct();