changeset 904:f89b41fa7048

Fix whitespace errors
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 13 Aug 2014 15:44:35 +0200
parents b5a49960d5cb
children 698b6a9bd75e
files cinst/nss-secitemlist.c common/binverify.h common/logging.h common/selftest.c common/util.c ui/certificatelist.h ui/installwrapper.h ui/mainwindow.cpp ui/tests/cinstprocesstest.cpp
diffstat 9 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- 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
--- 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.
  *
--- 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;
--- 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;
--- 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.
--- 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.
      *
--- 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());
     }
--- 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
     {

http://wald.intevation.org/projects/trustbridge/