OSDN Git Service

tools: Fix coding style checking boolean
authorClaudio Takahasi <claudio.takahasi@openbossa.org>
Mon, 24 Mar 2014 14:06:41 +0000 (11:06 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 24 Mar 2014 14:28:42 +0000 (16:28 +0200)
commit958f256524b6b3ef0ff4f54edaaecc4e75dc1565
tree4987aa64b2c5fa27b4c60ba343f48322ac32102f
parentb42c1118907ccdee810c9e81f109ed6248ed4800
tools: Fix coding style checking boolean

This patch fixes tools/gatt-service.c coding style, using !foo instead
of foo == FALSE.
tools/gatt-service.c