diff options
| author | Gluster Ant <bugzilla-bot@gluster.org> | 2018-09-12 17:52:45 +0530 | 
|---|---|---|
| committer | Nigel Babu <nigelb@redhat.com> | 2018-09-12 17:52:45 +0530 | 
| commit | e16868dede6455cab644805af6fe1ac312775e13 (patch) | |
| tree | 15aebdb4fff2d87cf8a72f836816b3aa634da58d /libglusterfs/src/locking.c | |
| parent | 45a71c0548b6fd2c757aa2e7b7671a1411948894 (diff) | |
Land part 2 of clang-format changes
Change-Id: Ia84cc24c8924e6d22d02ac15f611c10e26db99b4
Signed-off-by: Nigel Babu <nigelb@redhat.com>
Diffstat (limited to 'libglusterfs/src/locking.c')
| -rw-r--r-- | libglusterfs/src/locking.c | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/libglusterfs/src/locking.c b/libglusterfs/src/locking.c index f27b0d05b35..89cbaa00c8b 100644 --- a/libglusterfs/src/locking.c +++ b/libglusterfs/src/locking.c @@ -19,10 +19,9 @@  int use_spinlocks = 0; -static void __attribute__((constructor)) -gf_lock_setup (void) +static void __attribute__((constructor)) gf_lock_setup(void)  { -        //use_spinlocks = (sysconf(_SC_NPROCESSORS_ONLN) > 1); +    // use_spinlocks = (sysconf(_SC_NPROCESSORS_ONLN) > 1);  }  #endif  | 
