Skip to content

Commit

Permalink
Move extern C after other includes
Browse files Browse the repository at this point in the history
  • Loading branch information
muneebahmed10 committed Jul 22, 2021
1 parent 70f578a commit 6c506e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/interface/transport_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
#ifndef TRANSPORT_INTERFACE_H_
#define TRANSPORT_INTERFACE_H_

#include <stdint.h>
#include <stddef.h>

/* *INDENT-OFF* */
#ifdef __cplusplus
extern "C" {
#endif
/* *INDENT-ON* */

#include <stdint.h>
#include <stddef.h>

/**
* @transportpage
* @brief The transport interface definition.
Expand Down

0 comments on commit 6c506e4

Please sign in to comment.