aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/FunctionDescriptors.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/FunctionDescriptors.h')
-rw-r--r--arm_compute/runtime/FunctionDescriptors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/FunctionDescriptors.h b/arm_compute/runtime/FunctionDescriptors.h
index 4700839cfd..d523c56907 100644
--- a/arm_compute/runtime/FunctionDescriptors.h
+++ b/arm_compute/runtime/FunctionDescriptors.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_RUNTIME_FUNCTION_DESCRIPTORS_H__
-#define __ARM_COMPUTE_RUNTIME_FUNCTION_DESCRIPTORS_H__
+#ifndef ARM_COMPUTE_RUNTIME_FUNCTION_DESCRIPTORS_H
+#define ARM_COMPUTE_RUNTIME_FUNCTION_DESCRIPTORS_H
#include <utility>
namespace arm_compute
@@ -48,4 +48,4 @@ struct FFT2DInfo
FFTDirection direction{ FFTDirection::Forward }; /**< Direction of the FFT. */
};
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_RUNTIME_FUNCTION_DESCRIPTORS_H__ */
+#endif /* ARM_COMPUTE_RUNTIME_FUNCTION_DESCRIPTORS_H */