Skip to content

Commit

Permalink
Change header guards
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoEAF committed Mar 18, 2021
1 parent dc78296 commit 95eac69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/LightGBM/utils/chunked_array.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* Author: Alberto Ferreira
*/
#ifndef LIGHTGBM_UTILS_CHUNKED_ARRAY_H_
#define LIGHTGBM_UTILS_CHUNKED_ARRAY_H_
#ifndef LIGHTGBM_UTILS_CHUNKED_ARRAY_HPP_
#define LIGHTGBM_UTILS_CHUNKED_ARRAY_HPP_

#include <LightGBM/utils/log.h>

Expand Down Expand Up @@ -257,4 +257,4 @@ class ChunkedArray {

} // namespace LightGBM

#endif // LIGHTGBM_UTILS_CHUNKED_ARRAY_H_
#endif // LIGHTGBM_UTILS_CHUNKED_ARRAY_HPP_

0 comments on commit 95eac69

Please sign in to comment.