From a6681ee1cceb6df1fe8ea0e524687a11c94ee3f0 Mon Sep 17 00:00:00 2001 From: Brian Demsky Date: Fri, 14 Sep 2012 01:33:48 -0700 Subject: [PATCH] tabbing --- action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.h b/action.h index 12771f2..9fa7a91 100644 --- a/action.h +++ b/action.h @@ -72,7 +72,7 @@ public: bool is_rmwr() const; bool is_rmwc() const; bool is_rmw() const; - bool is_fence() const; + bool is_fence() const; bool is_initialization() const; bool is_acquire() const; bool is_release() const; -- 2.34.1