Skip to content

Commit 29b4b7b

Browse files
committed
Fix whitespace
1 parent 99a9d6d commit 29b4b7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/isolation/isolationtester.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -439,10 +439,10 @@ report_multiple_error_messages(Step *step, int nextra, Step **extrastep)
439439

440440
initPQExpBuffer(&buffer);
441441
appendPQExpBufferStr(&buffer, step->name);
442-
442+
443443
for (n = 0; n < nextra; ++n)
444444
appendPQExpBuffer(&buffer, " %s", extrastep[n]->name);
445-
445+
446446
if (step->errormsg)
447447
{
448448
fprintf(stdout, "error in steps %s: %s\n", buffer.data,
@@ -460,7 +460,7 @@ report_multiple_error_messages(Step *step, int nextra, Step **extrastep)
460460
free(extrastep[n]->errormsg);
461461
extrastep[n]->errormsg = NULL;
462462
}
463-
463+
464464
termPQExpBuffer(&buffer);
465465
}
466466

@@ -779,7 +779,7 @@ try_complete_step(Step *step, int flags)
779779
td += (int64) current_time.tv_usec - (int64) start_time.tv_usec;
780780

781781
/*
782-
* After 60 seconds, try to cancel the query.
782+
* After 60 seconds, try to cancel the query.
783783
*
784784
* If the user tries to test an invalid permutation, we don't
785785
* want to hang forever, especially when this is running in the

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy