[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1325: Seriously. I know edmanm is getting tired of fixing whitespa (trunk/src/config)
Author: hipplej
Date: 2006-10-09 06:19:39 -0400 (Mon, 09 Oct 2006)
New Revision: 1325
Modified:
trunk/src/config/torsettings.cpp
Log:
Seriously. I know edmanm is getting tired of fixing whitespace so I'll take care of this for good after some sleep.
Modified: trunk/src/config/torsettings.cpp
===================================================================
--- trunk/src/config/torsettings.cpp 2006-10-09 10:07:08 UTC (rev 1324)
+++ trunk/src/config/torsettings.cpp 2006-10-09 10:19:39 UTC (rev 1325)
@@ -73,8 +73,7 @@
QString
TorSettings::getExecutable()
{
- return QDir::convertSeparators(
- value(SETTING_TOR_EXECUTABLE).toString());
+ return QDir::convertSeparators(value(SETTING_TOR_EXECUTABLE).toString());
}
/** Sets the location and name of Tor's executable to the given string. */
@@ -131,8 +130,7 @@
QString
TorSettings::getTorrc()
{
- return QDir::convertSeparators(
- value(SETTING_TORRC).toString());
+ return QDir::convertSeparators(value(SETTING_TORRC).toString());
}
/** Sets the torrc that will be used when starting Tor.