From 1b8b2a8aa8b3b21647070c8cb85de7d43cdd480e Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sun, 12 Oct 2014 14:56:12 -0400 Subject: Add editor modelines; Adjust whitespace as needed. Change-Id: I4da7b335d905dbca10bbce03aa88e1cdeeb1f8ad Reviewed-on: https://code.wireshark.org/review/4626 Reviewed-by: Bill Meier --- fileset.h | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'fileset.h') diff --git a/fileset.h b/fileset.h index 4363c4de9d..02b4bd1ee7 100644 --- a/fileset.h +++ b/fileset.h @@ -28,12 +28,12 @@ extern "C" { #endif /* __cplusplus */ typedef struct _fileset_entry { - char *fullname; /* File name with path (g_strdup'ed) */ - char *name; /* File name without path (g_strdup'ed) */ - time_t ctime; /* create time */ - time_t mtime; /* last modified time */ - gint64 size; /* size of file in bytes */ - gboolean current; /* is this the currently loaded file? */ + char *fullname; /* File name with path (g_strdup'ed) */ + char *name; /* File name without path (g_strdup'ed) */ + time_t ctime; /* create time */ + time_t mtime; /* last modified time */ + gint64 size; /* size of file in bytes */ + gboolean current; /* is this the currently loaded file? */ } fileset_entry; @@ -63,4 +63,17 @@ extern void fileset_update_file(const char *path); } #endif /* __cplusplus */ +/* + * Editor modelines - http://www.wireshark.org/tools/modelines.html + * + * Local variables: + * c-basic-offset: 4 + * tab-width: 8 + * indent-tabs-mode: nil + * End: + * + * vi: set shiftwidth=4 tabstop=8 expandtab: + * :indentSize=4:tabSize=8:noTabs=true: + */ + #endif /* __FILESET_H__ */ -- cgit v1.2.3