Fixed Double-passing in the cbor parser
authorErich Keane <erich.keane@intel.com>
Wed, 15 Jul 2015 18:17:18 +0000 (11:17 -0700)
committerErich Keane <erich.keane@intel.com>
Wed, 15 Jul 2015 19:48:23 +0000 (19:48 +0000)
commitbdc575158f1f010a5172f961af8a1872037fa286
treef4ebb19de2fb67e1f5fa8d79e20da1c1727e573e
parentef14aa71d659275f8d736e288b126a52ce42f3ab
Fixed Double-passing in the cbor parser

The Cbor Parser incorrectly missed a break in the parsing
after a double.  This patch repairs that, plus fixes some of
the spacing issues that seem to have come in due to a find/replace

Change-Id: Ife48886bc8d1391cd7e7361ea49eb3aff318431d
Signed-off-by: Erich Keane <erich.keane@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1676
Reviewed-by: Omkar Hegde <omkar.m.hegde@intel.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
resource/csdk/stack/src/ocpayloadparse.c