Skip to content

Commit

Permalink
Fixing linter errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
AAlon committed Nov 16, 2018
1 parent 3364854 commit 6ccf5ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#define ROSBAG2_TRANSPORT__PLAY_OPTIONS_HPP_

#include <cstddef>
#include <string>

namespace rosbag2_transport
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,13 @@ rosbag2_transport_play(PyObject * Py_UNUSED(self), PyObject * args, PyObject * k
rosbag2_transport::PlayOptions play_options{};
rosbag2_transport::StorageOptions storage_options{};

static const char * kwlist[] = {"uri", "storage_id", "node_prefix", "read_ahead_queue_size", nullptr};
static const char * kwlist[] = {
"uri",
"storage_id",
"node_prefix",
"read_ahead_queue_size",
nullptr
};

char * uri;
char * storage_id;
Expand Down

0 comments on commit 6ccf5ed

Please sign in to comment.