From a29a1c2a8c6b2d4b287480b064e806b3a27f62ec Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sat, 5 Mar 2011 18:18:05 -0500 Subject: [PATCH] sparcv9: Whitespace change. --- include/gcc/sparcv9/ck_pr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gcc/sparcv9/ck_pr.h b/include/gcc/sparcv9/ck_pr.h index a9d6b1c..0797de9 100644 --- a/include/gcc/sparcv9/ck_pr.h +++ b/include/gcc/sparcv9/ck_pr.h @@ -61,7 +61,7 @@ ck_pr_stall(void) } \ CK_CC_INLINE static void ck_pr_fence_##T(void) \ { \ - __asm__ __volatile__(I ::: "memory"); \ + __asm__ __volatile__(I ::: "memory"); \ } CK_PR_FENCE(load_depends, "")