Skip to content

Commit d7b256a

Browse files
committed
Add poorly formatted commit
Signed-off-by: mdouglas47 <mdouglas47@bloomberg.net>
1 parent 301e533 commit d7b256a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bdb/bdb_net.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
Copyright 2015 Bloomberg Finance L.P.
33
44
Licensed under the Apache License, Version 2.0 (the "License");

berkdb/rep/rep_record.c

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

300300
/*

db/db_tunables.h

Lines changed: 2 additions & 2 deletions
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);
@@ -2569,4 +2569,4 @@ REGISTER_TUNABLE("comdb2_oplog_preserve_seqno", "Preserve max value of the seqno
25692569
REGISTER_TUNABLE("queue_nonodh_scan_limit", "For comdb2_queues, stop queue scan at this depth (Default: 10000)", TUNABLE_INTEGER, &gbl_nonodh_queue_scan_limit, 0, NULL, NULL, NULL, NULL);
25702570
REGISTER_TUNABLE("always_request_log_req", "Always request the next log record on replicant if there is a gap (default: off)", TUNABLE_BOOLEAN, &gbl_always_request_log_req, 0, NULL, NULL, NULL, NULL);
25712571
REGISTER_TUNABLE("nudge_replication_when_idle", "If we haven't seen any replication events in a while, request some (default: off)", TUNABLE_BOOLEAN, &gbl_nudge_replication_when_idle, 0, NULL, NULL, NULL, NULL);
2572-
#endif /* _DB_TUNABLES_H */
2572+
#endif /* _DB_TUNABLES_H */

0 commit comments

Comments
 (0)