Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit29b4b7b

Browse files
committed
Fix whitespace
1 parent99a9d6d commit29b4b7b

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)

[8]ページ先頭

©2009-2025 Movatter.jp