Skip to content

Commit

Permalink
Fix pipeline failure with clang-format
Browse files Browse the repository at this point in the history
Fix a clang-form issue
Changes to be committed:
    modified:   ethercatmcApp/src/ethercatmcIndexerAxis.cpp
  • Loading branch information
tboegi committed Feb 29, 2024
1 parent d2deab9 commit a154de5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ethercatmcApp/src/ethercatmcIndexerAxis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@

#include <epicsVersion.h>
#ifndef EPICS_VERSION_INT
# define EPICS_VERSION_INT VERSION_INT(EPICS_VERSION, EPICS_REVISION, EPICS_MODIFICATION, EPICS_PATCH_LEVEL)
#define EPICS_VERSION_INT \
VERSION_INT(EPICS_VERSION, EPICS_REVISION, EPICS_MODIFICATION, \
EPICS_PATCH_LEVEL)
#endif

#if EPICS_VERSION_INT<VERSION_INT(7,0,0,0)
#if EPICS_VERSION_INT < VERSION_INT(7, 0, 0, 0)
epicsShareExtern volatile int interruptAccept;
#else
#include <dbCoreAPI.h>
Expand Down

0 comments on commit a154de5

Please sign in to comment.