Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Fixes linter issue from windows changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-desmond committed Dec 5, 2018
1 parent b3f4d7e commit 9edef56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion rmw_connext_cpp/src/rmw_node_info_and_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@ rmw_get_service_names_and_types_by_node(
return get_service_names_and_types_by_node(
rti_connext_identifier, node, allocator, node_name, node_namespace, service_names_and_types);
}

} // extern "C"
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Copyright 2015-2017 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -53,4 +52,4 @@ get_subscriber_names_and_types_by_node(
bool no_demangle,
rmw_names_and_types_t * topic_names_and_types);

#endif // RMW_CONNEXT_SHARED_CPP__NODE_INFO_AND_TYPES_HPP_
#endif // RMW_CONNEXT_SHARED_CPP__NODE_INFO_AND_TYPES_HPP_

0 comments on commit 9edef56

Please sign in to comment.