Clean up indentation.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 30 Sep 2007 22:13:38 +0000 (22:13 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 30 Sep 2007 22:13:38 +0000 (22:13 +0000)
commitead9a4ea4e7facdad394edfb445662319646d0f9
treecfe0d965b7d9323ebe1b4bab81b0d5e363756bc0
parenta4acd50dcae73664fa0b54a4a5dc23ec94dd0473
Clean up indentation.

"time_t" is not guaranteed to be an "unsigned long"; when printing it
with %lu, cast it to "unsigned long".

The "secs" field of a wtap_nstime, however, *is* defined to be a time_t;
there's no need to cast it to time_t.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23036 f5534014-38df-0310-8fa8-9805f1628bb7
editcap.c