From: Florian Forster Date: Wed, 9 Jun 2010 12:29:21 +0000 (+0200) Subject: graph_list.c: Add folding markers. X-Git-Tag: v4.0.0~292 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=052657ddb5a25bf53e3ad4a0a5ec3c3afd48ec8c;p=collection4.git graph_list.c: Add folding markers. --- diff --git a/graph_list.c b/graph_list.c index d858374..0e4428d 100644 --- a/graph_list.c +++ b/graph_list.c @@ -33,7 +33,7 @@ struct graph_ident_s /* {{{ */ struct graph_instance_s; typedef struct graph_instance_s graph_instance_t; -struct graph_instance_s +struct graph_instance_s /* {{{ */ { graph_ident_t select; @@ -41,11 +41,11 @@ struct graph_instance_s size_t files_num; graph_instance_t *next; -}; +}; /* }}} struct graph_instance_s */ struct graph_config_s; typedef struct graph_config_s graph_config_t; -struct graph_config_s +struct graph_config_s /* {{{ */ { graph_ident_t select; @@ -55,7 +55,7 @@ struct graph_config_s graph_instance_t *instances; graph_config_t *next; -}; +}; /* }}} struct graph_config_s */ /* * Global variables