Remove trailing whitespace
[metze/wireshark/wip.git] / epan / packet.c
index e89ab312df7ebed1adc69c1f6b4061b83c91fac2..49acde4d25d5724e55bb7b3d91cfee80be14e027 100644 (file)
@@ -452,7 +452,7 @@ dissect_packet(epan_dissect_t *edt, struct wtap_pkthdr *phdr,
        frame_delta_abs_time(edt->session, fd, fd->frame_ref_num, &edt->pi.rel_ts);
 
        /* pkt comment use first user, later from phdr */
-       if (fd->flags.has_user_comment) 
+       if (fd->flags.has_user_comment)
                edt->pi.pkt_comment = epan_get_user_comment(edt->session, fd);
        else if (fd->flags.has_phdr_comment)
                edt->pi.pkt_comment = phdr->opt_comment;
@@ -517,7 +517,7 @@ dissect_file(epan_dissect_t *edt, struct wtap_pkthdr *phdr,
        frame_delta_abs_time(edt->session, fd, fd->frame_ref_num, &edt->pi.rel_ts);
 
        /* pkt comment use first user, later from phdr */
-       if (fd->flags.has_user_comment) 
+       if (fd->flags.has_user_comment)
                edt->pi.pkt_comment = epan_get_user_comment(edt->session, fd);
        else if (fd->flags.has_phdr_comment)
                edt->pi.pkt_comment = phdr->opt_comment;