Skip to content
Snippets Groups Projects
Commit 25a3c23f authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Formatting

parent c988df86
No related branches found
No related tags found
1 merge request!792Cell flags
...@@ -1291,8 +1291,8 @@ __attribute__((always_inline)) INLINE static void cell_free_stars_sorts( ...@@ -1291,8 +1291,8 @@ __attribute__((always_inline)) INLINE static void cell_free_stars_sorts(
} }
/** Set the given flag for the given cell. */ /** Set the given flag for the given cell. */
__attribute__((always_inline)) INLINE static void cell_set_flag( __attribute__((always_inline)) INLINE static void cell_set_flag(struct cell *c,
struct cell *c, uint16_t flag) { uint16_t flag) {
c->flags |= flag; c->flags |= flag;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment