aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2008-02-20 05:47:39 +0000
committerStephen Fisher <steve@stephen-fisher.com>2008-02-20 05:47:39 +0000
commited3a633dd58b32a6cf665a50cd0fb5db72d526fc (patch)
tree7eea4156ea738555a84fc65c2e3066bba2b3ff05 /gtk
parent831d85448abd146aba19eb56cf8af25dfc478c79 (diff)
Fix some formatting
svn path=/trunk/; revision=24399
Diffstat (limited to 'gtk')
-rw-r--r--gtk/packet_list.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/packet_list.c b/gtk/packet_list.c
index 65f06785e7..1b22315c91 100644
--- a/gtk/packet_list.c
+++ b/gtk/packet_list.c
@@ -205,8 +205,9 @@ packet_list_compare(EthCList *clist, gconstpointer ptr1, gconstpointer ptr2)
num1 = atof(text1);
num2 = atof(text2);
if ((col_fmt == COL_UNRES_SRC_PORT) || (col_fmt == COL_UNRES_DST_PORT) ||
- ((num1 != 0) && (num2 != 0) && ((col_fmt == COL_DEF_SRC_PORT) || (col_fmt == COL_RES_SRC_PORT) ||
- (col_fmt == COL_DEF_DST_PORT) || (col_fmt == COL_RES_DST_PORT)))) {
+ ((num1 != 0) && (num2 != 0) && ((col_fmt == COL_DEF_SRC_PORT) ||
+ (col_fmt == COL_RES_SRC_PORT) || (col_fmt == COL_DEF_DST_PORT) ||
+ (col_fmt == COL_RES_DST_PORT)))) {
/* Compare numeric column */