Skip to content

Commit

Permalink
Header include guard should be consistent with file name
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored and FrancescAlted committed Jun 13, 2024
1 parent bcad979 commit e6d337c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/blosc2/tuners-registry.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
See LICENSE.txt for details about copyright and rights to use.
**********************************************************************/

#ifndef BLOSC_BLOSC2_TUNERS_UTILS_H
#define BLOSC_BLOSC2_TUNERS_UTILS_H
#ifndef BLOSC_BLOSC2_TUNERS_REGISTRY_H
#define BLOSC_BLOSC2_TUNERS_REGISTRY_H

#ifdef __cplusplus
extern "C" {
Expand All @@ -34,4 +34,4 @@ typedef struct {
}
#endif

#endif /* BLOSC_BLOSC2_TUNERS_UTILS_H */
#endif /* BLOSC_BLOSC2_TUNERS_REGISTRY_H */

0 comments on commit e6d337c

Please sign in to comment.