comparison ui/tests/cinstprocesstest.cpp @ 904:f89b41fa7048

Fix whitespace errors
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 13 Aug 2014 15:44:35 +0200
parents c88090a15ae4
children 317ee9dc4684
comparison
equal deleted inserted replaced
903:b5a49960d5cb 904:f89b41fa7048
104 otherListFile.close(); 104 otherListFile.close();
105 otherList = CertificateList(otherListFile.fileName().toLocal8Bit().data()); 105 otherList = CertificateList(otherListFile.fileName().toLocal8Bit().data());
106 106
107 QVERIFY(!otherList.isValid()); 107 QVERIFY(!otherList.isValid());
108 108
109 /* Set HOME or APPDATA so that nss stores are not touched 109 /* Set HOME or APPDATA so that nss stores are not touched
110 * see nsstest for the real test of that code */ 110 * see nsstest for the real test of that code */
111 #ifdef WIN32 111 #ifdef WIN32
112 { 112 {
113 char buf[fakeHome.path().toLocal8Bit().size() + 9]; 113 char buf[fakeHome.path().toLocal8Bit().size() + 9];
114 snprintf(buf, fakeHome.path().toLocal8Bit().size() + 9, 114 snprintf(buf, fakeHome.path().toLocal8Bit().size() + 9,

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