Skip to content

Commit

Permalink
Revert unrelated whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eric committed Apr 29, 2020
1 parent e407e16 commit 836a4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/rosbag/src/rosbag/rosbag_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,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 @@ -519,7 +519,7 @@ def check_cmd(argv):
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 836a4e5

Please sign in to comment.