Skip to content

Commit

Permalink
Revert unrelated whitespace changes
Browse files Browse the repository at this point in the history
(cherry picked from commit 836a4e5)
  • Loading branch information
eric committed May 14, 2020
1 parent 9962dea commit 7751cef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/rosbag/src/rosbag/rosbag_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def expr_eval(expr):
else:
print('NO MATCH', verbose_pattern(topic, msg, t))

total_bytes += len(serialized_bytes)
total_bytes += len(serialized_bytes)
meter.step(total_bytes)
else:
for topic, raw_msg, t, conn_header in inbag.read_messages(raw=True, return_connection_header=True):
Expand Down Expand Up @@ -502,9 +502,9 @@ def check_cmd(argv):
sys.exit(1)

mm = MessageMigrator(args[1:] + append_rule, not options.noplugins)

migrations = checkbag(mm, args[0])

if len(migrations) == 0:
print('Bag file does not need any migrations.')
exit(0)
Expand Down

0 comments on commit 7751cef

Please sign in to comment.