File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
12/*
23 * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
34 * University Research and Technology
1011 * Copyright (c) 2004-2005 The Regents of the University of California.
1112 * All rights reserved.
1213 * Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
13- * Copyright (c) 2007-2013 Los Alamos National Security, LLC. All rights
14+ * Copyright (c) 2007-2015 Los Alamos National Security, LLC. All rights
1415 * reserved.
1516 * Copyright (c) 2007 Voltaire. All rights reserved.
1617 * Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
@@ -253,10 +254,10 @@ static inline bool opal_set_using_threads(bool have)
253254 do { \
254255 if(opal_using_threads()) { \
255256 opal_mutex_lock(mutex); \
256- ( action); \
257+ action; \
257258 opal_mutex_unlock(mutex); \
258259 } else { \
259- ( action); \
260+ action; \
260261 } \
261262 } while (0)
262263
You can’t perform that action at this time.
0 commit comments