Skip to content

Commit 4b50224

Browse files
committed
Revert "Fix formatting in Platform.h"
This reverts commit 4f92f68. LLVM coding style requires to align trailing comments.
1 parent de66243 commit 4b50224

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Platform.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ typedef void (*sighandler_t)(int);
6464

6565
// CODETAG_IOR_SIGNALS
6666
// signal.h
67-
#define SIGQUIT 3 // Terminal quit signal
68-
#define SIGKILL 9 // Kill (cannot be caught or ignored)
69-
#define SIGPIPE 13 // Write on a pipe with no one to read it
70-
#define SIGCONT 18 // Continue executing, if stopped.
71-
#define SIGTSTP 20 // Terminal stop signal
72-
#define SIGSTOP 23 // Stop executing (cannot be caught or ignored)
67+
#define SIGQUIT 3 // Terminal quit signal
68+
#define SIGKILL 9 // Kill (cannot be caught or ignored)
69+
#define SIGPIPE 13 // Write on a pipe with no one to read it
70+
#define SIGCONT 18 // Continue executing, if stopped.
71+
#define SIGTSTP 20 // Terminal stop signal
72+
#define SIGSTOP 23 // Stop executing (cannot be caught or ignored)
7373
#define SIGWINCH 28 // (== SIGVTALRM)
7474

7575
#else

0 commit comments

Comments
 (0)