summaryrefslogtreecommitdiff
path: root/qpid/extras/dispatch/src/parse.c
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-08-23 19:35:02 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-08-23 19:35:02 +0000
commit50c2d7176511e88624dce3c152d3e64fc82aaea8 (patch)
tree3d35602d4c3091a9b011e496eecb5120f2cc0363 /qpid/extras/dispatch/src/parse.c
parentc3bf719a4bc722b7cdd4ddf9f6b1a3616f66a3d6 (diff)
downloadqpid-python-50c2d7176511e88624dce3c152d3e64fc82aaea8.tar.gz
NO-JIRA: Removed trailing whitespaces.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1516996 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/extras/dispatch/src/parse.c')
-rw-r--r--qpid/extras/dispatch/src/parse.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/qpid/extras/dispatch/src/parse.c b/qpid/extras/dispatch/src/parse.c
index ebf76f63d7..c5ecc4e498 100644
--- a/qpid/extras/dispatch/src/parse.c
+++ b/qpid/extras/dispatch/src/parse.c
@@ -6,9 +6,9 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -60,7 +60,7 @@ static char *get_type_info(dx_field_iterator_t *iter, uint8_t *tag, uint32_t *le
*length += ((unsigned int) dx_field_iterator_octet(iter)) << 16;
*length += ((unsigned int) dx_field_iterator_octet(iter)) << 8;
// fall through to the next case
-
+
case 0xA0:
case 0xC0:
case 0xE0:
@@ -81,7 +81,7 @@ static char *get_type_info(dx_field_iterator_t *iter, uint8_t *tag, uint32_t *le
*count += ((unsigned int) dx_field_iterator_octet(iter)) << 8;
*clen = 3;
// fall through to the next case
-
+
case 0xC0:
case 0xE0:
if (dx_field_iterator_end(iter))
@@ -383,4 +383,3 @@ dx_parsed_field_t *dx_parse_value_by_key(dx_parsed_field_t *field, const char *k
return 0;
}
-