Skip to content

Commit

Permalink
Fix cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Aug 1, 2019
1 parent a18673f commit 8618090
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/dmlc/build_config_default.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*!
* Copyright (c) 2018 by Contributors
* \file build_config.h
* \file build_config_default.h
* \brief Default detection logic for fopen64 and other symbols.
* May be overriden by CMake
* \author KOLANICH
*/
#ifndef DMLC_BUILD_CONFIG_H_
#define DMLC_BUILD_CONFIG_H_
#ifndef DMLC_BUILD_CONFIG_DEFAULT_H_
#define DMLC_BUILD_CONFIG_DEFAULT_H_

/* default logic for fopen64 */
#if DMLC_USE_FOPEN64 && \
Expand All @@ -33,4 +33,4 @@
#define DMLC_NANOSLEEP_PRESENT
#endif

#endif // DMLC_BUILD_CONFIG_H_
#endif // DMLC_BUILD_CONFIG_DEFAULT_H_

0 comments on commit 8618090

Please sign in to comment.