Skip to content

Commit

Permalink
Add editor modelines; Adjust whitespace as needed.
Browse files Browse the repository at this point in the history
Change-Id: I4da7b335d905dbca10bbce03aa88e1cdeeb1f8ad
Reviewed-on: https://code.wireshark.org/review/4626
Reviewed-by: Bill Meier <wmeier@newsguy.com>
  • Loading branch information
Bill Meier committed Oct 12, 2014
1 parent 4e328e4 commit 1b8b2a8
Show file tree
Hide file tree
Showing 54 changed files with 1,978 additions and 1,282 deletions.
13 changes: 13 additions & 0 deletions capture_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,3 +375,16 @@ capture_info_packet(packet_counts *counts, gint wtap_linktype, const guchar *pd,


#endif /* HAVE_LIBPCAP */

/*
* 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:
*/
13 changes: 13 additions & 0 deletions capture_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,17 @@ capture_info *cinfo);
}
#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 /* capture_info.h */
Loading

0 comments on commit 1b8b2a8

Please sign in to comment.