[PATCH] Fix whitespace errors
Wald Commits
scm-commit at wald.intevation.org
Wed Aug 13 15:44:39 CEST 2014
# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1407937475 -7200
# Node ID f89b41fa70484c0d9c90cc4e15bba39aa2b47be0
# Parent b5a49960d5cb97bd886e6b15602ecbda742ec143
Fix whitespace errors
diff -r b5a49960d5cb -r f89b41fa7048 cinst/nss-secitemlist.c
--- a/cinst/nss-secitemlist.c Wed Aug 13 14:49:25 2014 +0200
+++ b/cinst/nss-secitemlist.c Wed Aug 13 15:44:35 2014 +0200
@@ -38,7 +38,7 @@
{
seciteml_t *oldlelt;
SECItem *item = NULL;
-
+
if (*list != NULL)
{
oldlelt = *list;
diff -r b5a49960d5cb -r f89b41fa7048 common/binverify.h
--- a/common/binverify.h Wed Aug 13 14:49:25 2014 +0200
+++ b/common/binverify.h Wed Aug 13 15:44:35 2014 +0200
@@ -43,7 +43,7 @@
* embedded PKCS 7 "authenticode" signatures embedded into the
* file.
*
- * On Linux the file is epxected to and with the pattern of
+ * On Linux the file is epxected to and with the pattern of
* \r\nS: (0x0d0a533A) followed by a 3072 Bit Base64 encoded RSA
* signature.
* The signature is verified against the built in codesigning key in
diff -r b5a49960d5cb -r f89b41fa7048 common/logging.h
--- a/common/logging.h Wed Aug 13 14:49:25 2014 +0200
+++ b/common/logging.h Wed Aug 13 15:44:35 2014 +0200
@@ -146,7 +146,7 @@
* @param[in] install weather to log this as installation or removal
*/
void log_certificate(const char *store, char *b64cert, bool install);
-
+
/**
* @brief log a certificate install / remove event from der data.
*
diff -r b5a49960d5cb -r f89b41fa7048 common/selftest.c
--- a/common/selftest.c Wed Aug 13 14:49:25 2014 +0200
+++ b/common/selftest.c Wed Aug 13 15:44:35 2014 +0200
@@ -10,7 +10,7 @@
wchar_t wPath[MAX_PATH];
char *utf8path = NULL;
- if (!GetModuleFileNameW (NULL, wPath, MAX_PATH - 1))
+ if (!GetModuleFileNameW (NULL, wPath, MAX_PATH - 1))
{
PRINTLASTERROR ("Failed to obtain module file name. Path too long?");
return false;
diff -r b5a49960d5cb -r f89b41fa7048 common/util.c
--- a/common/util.c Wed Aug 13 14:49:25 2014 +0200
+++ b/common/util.c Wed Aug 13 15:44:35 2014 +0200
@@ -199,7 +199,7 @@
char *utf8path = NULL;
char *dirsep = NULL;
- if (!GetModuleFileNameW (NULL, wPath, MAX_PATH - 1))
+ if (!GetModuleFileNameW (NULL, wPath, MAX_PATH - 1))
{
PRINTLASTERROR ("Failed to obtain module file name. Path too long?");
return NULL;
diff -r b5a49960d5cb -r f89b41fa7048 ui/certificatelist.h
--- a/ui/certificatelist.h Wed Aug 13 14:49:25 2014 +0200
+++ b/ui/certificatelist.h Wed Aug 13 15:44:35 2014 +0200
@@ -44,7 +44,7 @@
*/
list_status_t readList(const char *fileName);
- /** @brief Returns true if the list is Valid
+ /** @brief Returns true if the list is Valid
*
* A list is valid only if the signature matched and the
* list could be parsed.
diff -r b5a49960d5cb -r f89b41fa7048 ui/installwrapper.h
--- a/ui/installwrapper.h Wed Aug 13 14:49:25 2014 +0200
+++ b/ui/installwrapper.h Wed Aug 13 15:44:35 2014 +0200
@@ -59,7 +59,7 @@
const QStringList& instructions);
private:
- /**@brief write the choices made into a temporary file
+ /**@brief write the choices made into a temporary file
*
* @param[in] choicesFile the temporary file to write.
*
diff -r b5a49960d5cb -r f89b41fa7048 ui/mainwindow.cpp
--- a/ui/mainwindow.cpp Wed Aug 13 14:49:25 2014 +0200
+++ b/ui/mainwindow.cpp Wed Aug 13 15:44:35 2014 +0200
@@ -256,7 +256,7 @@
mCurMessage = tr("An update for %1 is available.").arg(
QApplication::applicationName());
} else {
- mCurMessage = QString(tr("An update for %1 is available.") + "\n" +
+ mCurMessage = QString(tr("An update for %1 is available.") + "\n" +
tr("Click here to download and install the update.")).arg(
QApplication::applicationName());
}
diff -r b5a49960d5cb -r f89b41fa7048 ui/tests/cinstprocesstest.cpp
--- a/ui/tests/cinstprocesstest.cpp Wed Aug 13 14:49:25 2014 +0200
+++ b/ui/tests/cinstprocesstest.cpp Wed Aug 13 15:44:35 2014 +0200
@@ -106,7 +106,7 @@
QVERIFY(!otherList.isValid());
-/* Set HOME or APPDATA so that nss stores are not touched
+/* Set HOME or APPDATA so that nss stores are not touched
* see nsstest for the real test of that code */
#ifdef WIN32
{
More information about the Trustbridge-commits
mailing list