-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add EOL check to travis CI (onnx#420)
* add EOL check to travis CI * install dos2unix package in travis * fix the line ending
- Loading branch information
1 parent
9df6b68
commit cf2e52b
Showing
3 changed files
with
24 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
// Copyright (c) Facebook Inc. and Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
|
||
#ifndef ONNX_ONNX_PB_H | ||
#define ONNX_ONNX_PB_H | ||
|
||
#ifdef ONNX_ML | ||
#include "onnx/onnx-ml.pb.h" | ||
#else | ||
#include "onnx/onnx.pb.h" | ||
#endif | ||
|
||
// Copyright (c) Facebook Inc. and Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
|
||
#ifndef ONNX_ONNX_PB_H | ||
#define ONNX_ONNX_PB_H | ||
|
||
#ifdef ONNX_ML | ||
#include "onnx/onnx-ml.pb.h" | ||
#else | ||
#include "onnx/onnx.pb.h" | ||
#endif | ||
|
||
#endif // ! ONNX_ONNX_PB_H |