Skip to content

Commit

Permalink
Fix syntax errors introduced by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock committed May 9, 2024
1 parent ce5ee88 commit f126b36
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/libtrace.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@ typedef unsigned __int64 uint64_t;
* generated by running configure.
*/

#define LT_USE_PACKED @HAVE_ATTRIBUTE_PACKED @
#define LT_USE_ALIGNED @HAVE_ATTRIBUTE_ALIGNED @
#define LT_USE_UNUSED @HAVE_ATTRIBUTE_UNUSED @
#define LT_USE_DEPRECATED @HAVE_ATTRIBUTE_DEPRECATED @
#define LT_USE_PURE @HAVE_ATTRIBUTE_PURE @
#define LT_USE_PRINTF @HAVE_ATTRIBUTE_FORMAT @
#define LT_USE_VISIBILITY @HAVE_VISIBILITY @
#define LT_USE_PACKED @HAVE_ATTRIBUTE_PACKED@
#define LT_USE_ALIGNED @HAVE_ATTRIBUTE_ALIGNED@
#define LT_USE_UNUSED @HAVE_ATTRIBUTE_UNUSED@
#define LT_USE_DEPRECATED @HAVE_ATTRIBUTE_DEPRECATED@
#define LT_USE_PURE @HAVE_ATTRIBUTE_PURE@
#define LT_USE_PRINTF @HAVE_ATTRIBUTE_FORMAT@
#define LT_USE_VISIBILITY @HAVE_VISIBILITY@

#if LT_USE_PACKED
# define PACKED __attribute__((packed))
Expand Down

0 comments on commit f126b36

Please sign in to comment.