Skip to content

Commit

Permalink
squash. clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Mar 26, 2024
1 parent 2f4ab48 commit 7be88f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/core/include/irods/rodsGeneralUpdate.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
#define GeneralUpdateInp_PI "int type; struct InxValPair_PI;"

// NOLINTNEXTLINE(modernize-use-using)
__attribute__((deprecated)) typedef struct __attribute__((deprecated)) GeneralUpdateInp {
__attribute__((deprecated)) typedef struct __attribute__((deprecated)) GeneralUpdateInp
{
int type; /* GEN_UPDATE_INSERT or DELETE */
inxValPair_t values; /* Column IDs (from rodsGenQuery.h) and values */
} generalUpdateInp_t;
Expand Down

0 comments on commit 7be88f1

Please sign in to comment.