[Libreoffice-commits] libcdr.git: src/lib

Fridrich Å trba fridrich.strba at bluewin.ch
Thu Aug 29 07:08:44 PDT 2013


 src/lib/CDRParser.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 624ebbdb53cd792cb0458f9444250e59e7321c05
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Thu Aug 29 16:05:29 2013 +0200

    astyle action

diff --git a/src/lib/CDRParser.cpp b/src/lib/CDRParser.cpp
index 79c587f..49c6ddd 100644
--- a/src/lib/CDRParser.cpp
+++ b/src/lib/CDRParser.cpp
@@ -3290,7 +3290,7 @@ void libcdr::CDRParser::readUdta(WPXInputStream *input)
   unsigned short c;
   for (;;)
   {
-	if ((c = readU16(input)) == 0) break;
+    if ((c = readU16(input)) == 0) break;
     name.push_back((unsigned char)(c & 0xff));
     name.push_back((unsigned char)(c >> 8));
   }


More information about the Libreoffice-commits mailing list