update include guards
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#ifndef OR_TOOLS_SAT_PYTHON_LINEAR_EXPR_DOC_H_
|
||||
#define OR_TOOLS_SAT_PYTHON_LINEAR_EXPR_DOC_H_
|
||||
#ifndef ORTOOLS_SAT_PYTHON_LINEAR_EXPR_DOC_H_
|
||||
#define ORTOOLS_SAT_PYTHON_LINEAR_EXPR_DOC_H_
|
||||
|
||||
// NOLINTBEGIN
|
||||
|
||||
@@ -885,4 +885,4 @@ static const char* __doc_operations_research_sat_python_SumArray_int_offset =
|
||||
|
||||
// NOLINTEND
|
||||
|
||||
#endif // OR_TOOLS_SAT_PYTHON_LINEAR_EXPR_DOC_H_
|
||||
#endif // ORTOOLS_SAT_PYTHON_LINEAR_EXPR_DOC_H_
|
||||
|
||||
Reference in New Issue
Block a user