]> granicus.if.org Git - libatomic_ops/commit
Eliminate 'redundant blank line at start/end of block' CodeFactor warning
authorIvan Maidanski <ivmai@mail.ru>
Mon, 3 Sep 2018 20:21:18 +0000 (23:21 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 29 Oct 2018 05:06:23 +0000 (08:06 +0300)
commit08e8543acf8dc783aeabff084424d624cf5220d0
tree2bd3c0c0690e12eb2a03a2751ce1511fa48232fa
parent76ffb3b87946e4c372d112d8d00786632deab934
Eliminate 'redundant blank line at start/end of block' CodeFactor warning
(code refactoring)

* src/atomic_ops/sysdeps/armcc/arm_v6.h (AO_test_and_set): Remove
redundant blank line at the start of a code block.
* src/atomic_ops/sysdeps/hpc/ia64.h (AO_fetch_compare_and_swap_release,
AO_char_fetch_compare_and_swap_acquire,
AO_char_fetch_compare_and_swap_release,
AO_short_fetch_compare_and_swap_acquire,
AO_short_fetch_compare_and_swap_release): Remove redundant blank line
at the end of a code block.
src/atomic_ops/sysdeps/armcc/arm_v6.h
src/atomic_ops/sysdeps/hpc/ia64.h