Skip to content

Commit

Permalink
fix cpplint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Miaofei <miaofei@amazon.com>
  • Loading branch information
mm318 committed May 1, 2019
1 parent a035d29 commit e108887
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef QOS_HPP_
#define QOS_HPP_
#ifndef RMW_FASTRTPS_SHARED_CPP__QOS_HPP_
#define RMW_FASTRTPS_SHARED_CPP__QOS_HPP_

#include "rmw/rmw.h"

Expand Down Expand Up @@ -48,4 +48,4 @@ bool
is_valid_qos(
const rmw_qos_profile_t & qos_policies);

#endif // QOS_HPP_
#endif // RMW_FASTRTPS_SHARED_CPP__QOS_HPP_

0 comments on commit e108887

Please sign in to comment.