Skip to content

Commit

Permalink
Update header guard
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMichell committed Aug 2, 2024
1 parent 1e74c71 commit 279e0f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/hello_mdio/src/hello_mdio.h
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 _SRC_HELLO_MDIO_H_
#define _SRC_HELLO_MDIO_H_
#ifndef EXAMPLES_HELLO_MDIO_SRC_HELLO_MDIO_H_
#define EXAMPLES_HELLO_MDIO_SRC_HELLO_MDIO_H_

#include <mdio/mdio.h>

Expand Down Expand Up @@ -60,4 +60,4 @@ nlohmann::json get_dataset_schema() {
return nlohmann::json();
}

#endif // _SRC_HELLO_MDIO_H_
#endif // EXAMPLES_HELLO_MDIO_SRC_HELLO_MDIO_H_

0 comments on commit 279e0f4

Please sign in to comment.