aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/utils/helpers/fft.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/utils/helpers/fft.h')
-rw-r--r--arm_compute/core/utils/helpers/fft.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/utils/helpers/fft.h b/arm_compute/core/utils/helpers/fft.h
index bd84a5c63d..b22bece73f 100644
--- a/arm_compute/core/utils/helpers/fft.h
+++ b/arm_compute/core/utils/helpers/fft.h
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_UTILS_HELPERS_FFT_H__
-#define __ARM_COMPUTE_UTILS_HELPERS_FFT_H__
+#ifndef ARM_COMPUTE_UTILS_HELPERS_FFT_H
+#define ARM_COMPUTE_UTILS_HELPERS_FFT_H
#include <set>
#include <vector>
@@ -52,4 +52,4 @@ std::vector<unsigned int> digit_reverse_indices(unsigned int N, const std::vecto
} // namespace fft
} // namespace helpers
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_UTILS_HELPERS_FFT_H__ */
+#endif /* ARM_COMPUTE_UTILS_HELPERS_FFT_H */