Clean up indentation.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 5 Jun 2010 02:19:45 +0000 (02:19 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 5 Jun 2010 02:19:45 +0000 (02:19 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33104 f5534014-38df-0310-8fa8-9805f1628bb7

test/suite-capture.sh

index 4033cb879cac27663a4e099e8d32e961152bb90a..dc8e775c1659d84dc9e2d208efba98301f06494a 100755 (executable)
@@ -99,7 +99,7 @@ capture_step_10packets() {
 
        # we should have an output file now
        if [ ! -f "./testout.pcap" ]; then
-       capture_test_output ./testout.txt
+               capture_test_output ./testout.txt
                test_step_failed "No output file!"
                return
        fi
@@ -365,7 +365,7 @@ tshark_capture_suite() {
        if [ $TEST_FIFO ]; then
                test_step_add "Capture via fifo" capture_step_fifo
        fi
-    # tshark now using dumpcap for capturing, read filters won't work by definition
+       # tshark now using dumpcap for capturing, read filters won't work by definition
        #test_step_add "Capture read filter (${TRAFFIC_CAPTURE_DURATION}s)" capture_step_read_filter
        test_step_add "Capture snapshot length 68 bytes (${TRAFFIC_CAPTURE_DURATION}s)" capture_step_snapshot
 }