[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r2439: Whitespace cleanups. (in vidalia/trunk: . src/util)



Author: edmanm
Date: 2008-03-22 00:07:29 -0400 (Sat, 22 Mar 2008)
New Revision: 2439

Modified:
   vidalia/trunk/
   vidalia/trunk/src/util/zlibbytearray.cpp
Log:
 r248@lysithea:  edmanm | 2008-03-22 00:07:24 -0400
 Whitespace cleanups.



Property changes on: vidalia/trunk
___________________________________________________________________
 svk:merge ticket from /local/vidalia/trunk [r248] on 90112fd6-a33b-4cea-8d39-48ff1d78625c

Modified: vidalia/trunk/src/util/zlibbytearray.cpp
===================================================================
--- vidalia/trunk/src/util/zlibbytearray.cpp	2008-03-22 03:42:35 UTC (rev 2438)
+++ vidalia/trunk/src/util/zlibbytearray.cpp	2008-03-22 04:07:29 UTC (rev 2439)
@@ -131,7 +131,7 @@
  * describing the failure. */
 QByteArray
 ZlibByteArray::compress(const CompressionMethod method,
-                              QString *errmsg) const
+                        QString *errmsg) const
 {
   return compress(QByteArray(data()), method, errmsg);
 }
@@ -141,8 +141,8 @@
  * set the optional <b>errmsg</b> to a string describing the failure. */
 QByteArray
 ZlibByteArray::compress(const QByteArray in,
-                              const CompressionMethod method,
-                              QString *errmsg)
+                        const CompressionMethod method,
+                        QString *errmsg)
 {
   QByteArray out;
   QString errorstr;
@@ -238,7 +238,7 @@
  * describing the failure. */
 QByteArray
 ZlibByteArray::uncompress(const CompressionMethod method,
-                                QString *errmsg) const
+                          QString *errmsg) const
 {
   return uncompress(QByteArray(data()), method, errmsg);
 }
@@ -248,8 +248,8 @@
  * set the optional <b>errmsg</b> to a string describing the failure. */
 QByteArray
 ZlibByteArray::uncompress(const QByteArray in,
-                                const CompressionMethod method,
-                                QString *errmsg)
+                          const CompressionMethod method,
+                          QString *errmsg)
 {
   QByteArray out;
   QString errorstr;