Skip to content

Commit abcb26b

Browse files
committed
Commit badly formatted files
Signed-off-by: mdouglas47 <mdouglas47@bloomberg.net>
1 parent 16f6093 commit abcb26b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

berkdb/rep/rep_record.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ __rep_vote_info_swap(vi)
293293
{
294294
M_32_SWAP(vi->egen);
295295
M_32_SWAP(vi->nsites);
296-
M_32_SWAP(vi->priority);
296+
M_32_SWAP(vi->priority);
297297
M_32_SWAP(vi->tiebreaker);
298298
}
299299

db/db_tunables.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ extern int gbl_keycompr;
117117
extern int gbl_llmeta_pagesize;
118118
extern int gbl_largepages;
119119
extern int gbl_loghist;
120-
extern int gbl_loghist_verbose;
120+
extern int gbl_loghist_verbose;
121121
extern int gbl_master_retry_poll_ms;
122122
extern int gbl_debug_blkseq_race;
123123
extern int gbl_debug_stat4dump_loop;
124124
extern int gbl_master_swing_osql_verbose;
125125
extern int gbl_master_swing_sock_restart_sleep;
126-
extern int gbl_max_lua_instructions;
126+
extern int gbl_max_lua_instructions;
127127
extern int gbl_max_sqlcache;
128128
extern int __gbl_max_mpalloc_sleeptime;
129129
extern int gbl_mem_nice;

db/db_tunables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
at multiple places.
2525
*/
2626

27-
REGISTER_TUNABLE("abort_during_downgrade_if_scs_dont_stop", "Abort if scs don't stop within 60 seconds"
27+
REGISTER_TUNABLE("abort_during_downgrade_if_scs_dont_stop", "Abort if scs don't stop within 60 seconds"
2828
"after starting a downgrade (default OFF)", TUNABLE_BOOLEAN,
2929
&gbl_abort_during_downgrade_if_scs_dont_stop, 0, NULL, NULL,
3030
NULL, NULL);

0 commit comments

Comments
 (0)