From 25a3c23f807ed88843ba63a46068bc8e68ea83d3 Mon Sep 17 00:00:00 2001 From: "Peter W. Draper" <p.w.draper@durham.ac.uk> Date: Fri, 26 Apr 2019 12:56:43 +0100 Subject: [PATCH] Formatting --- src/cell.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cell.h b/src/cell.h index 84f2833bf6..e53b02036d 100644 --- a/src/cell.h +++ b/src/cell.h @@ -1291,8 +1291,8 @@ __attribute__((always_inline)) INLINE static void cell_free_stars_sorts( } /** Set the given flag for the given cell. */ -__attribute__((always_inline)) INLINE static void cell_set_flag( - struct cell *c, uint16_t flag) { +__attribute__((always_inline)) INLINE static void cell_set_flag(struct cell *c, + uint16_t flag) { c->flags |= flag; } -- GitLab