From beccaadce516fa7ae36bb08873dee6ef9c1d7a7f Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 21 Feb 2012 21:44:55 +0100 Subject: [PATCH] More trailing commas. --- src/instr/instr_interface.c | 2 +- src/instr/instr_paje_trace.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/instr/instr_interface.c b/src/instr/instr_interface.c index 9c82256ab4..13c3e39975 100644 --- a/src/instr/instr_interface.c +++ b/src/instr/instr_interface.c @@ -15,7 +15,7 @@ typedef enum { INSTR_US_DECLARE, INSTR_US_SET, INSTR_US_ADD, - INSTR_US_SUB, + INSTR_US_SUB } InstrUserVariable; XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_api, instr, "API"); diff --git a/src/instr/instr_paje_trace.c b/src/instr/instr_paje_trace.c index b994510a87..f4790d3ddf 100644 --- a/src/instr/instr_paje_trace.c +++ b/src/instr/instr_paje_trace.c @@ -27,7 +27,7 @@ typedef enum { PAJE_PopState, PAJE_StartLink, PAJE_EndLink, - PAJE_NewEvent, + PAJE_NewEvent } e_event_type; typedef struct paje_event *paje_event_t; -- 2.20.1