aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/reference/DFT.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/reference/DFT.h')
-rw-r--r--tests/validation/reference/DFT.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/validation/reference/DFT.h b/tests/validation/reference/DFT.h
index a3a10abd7f..997343cdf2 100644
--- a/tests/validation/reference/DFT.h
+++ b/tests/validation/reference/DFT.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_TEST_FFT_H__
-#define __ARM_COMPUTE_TEST_FFT_H__
+#ifndef ARM_COMPUTE_TEST_FFT_H
+#define ARM_COMPUTE_TEST_FFT_H
#include "tests/SimpleTensor.h"
#include "tests/validation/Helpers.h"
@@ -115,4 +115,4 @@ SimpleTensor<T> conv2d_dft(const SimpleTensor<T> &src, const SimpleTensor<T> &w,
} // namespace validation
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_FFT_H__ */
+#endif /* ARM_COMPUTE_TEST_FFT_H */