summaryrefslogtreecommitdiff
path: root/src/hwf-arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hwf-arm.c')
-rw-r--r--src/hwf-arm.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/hwf-arm.c b/src/hwf-arm.c
index 9ab4cd0f..5c99a1dd 100644
--- a/src/hwf-arm.c
+++ b/src/hwf-arm.c
@@ -39,7 +39,8 @@
#define AT_HWCAP 16
#define HWCAP_NEON 4096
-static int get_hwcap(unsigned int *hwcap)
+static int
+get_hwcap(unsigned int *hwcap)
{
struct { unsigned int a_type; unsigned int a_val; } auxv;
FILE *f;
@@ -76,7 +77,8 @@ static int get_hwcap(unsigned int *hwcap)
return err;
}
-static unsigned int detect_arm_at_hwcap(void)
+static unsigned int
+detect_arm_at_hwcap(void)
{
unsigned int hwcap;
unsigned int features = 0;