Removed carriage returns in middle of text and at line endings.
authorOssama Othman <ossama.othman@intel.com>
Wed, 18 Feb 2015 22:32:23 +0000 (14:32 -0800)
committerPatrick Lankswert <patrick.lankswert@intel.com>
Mon, 23 Feb 2015 15:31:06 +0000 (15:31 +0000)
commit80830c09304dfea9849ea62abf272c7a892f2e34
treeb1e76f25e890c7161221eb8e57f513cd75a2e5ab
parent44262902e95b4c198f490c2cbb73c7b665e58ee7
Removed carriage returns in middle of text and at line endings.

Depending on the editor or viewer, the carriage returns may not
be readily apparent.  To search for them via the command line
something like the following may be used:

  find . -name "*.[ch]" -o -name "*.cpp" | xargs grep -n $'\r' \
    | grep -v extlibs

Change-Id: Ifabf59b1becbd3d8c8cbfa6363c9bc9f5f3ab4e7
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/368
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Erich Keane <erich.keane@intel.com>
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
Reviewed-by: Patrick Lankswert <patrick.lankswert@intel.com>
resource/csdk/connectivity/common/inc/oic_string.h
resource/csdk/connectivity/src/wifi_adapter/linux/cawifiserver.c