OSDN Git Service

tools: Fix coding style when testing pointer
authorClaudio Takahasi <claudio.takahasi@openbossa.org>
Fri, 21 Mar 2014 19:20:32 +0000 (16:20 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 24 Mar 2014 09:02:53 +0000 (11:02 +0200)
commitd5f3308f9c433d0db8c19344ac32abbc7b036c8c
treee3711dbded39c7ac75d0100b8d6aa8855368ee7e
parentdec6e148021a4bb8e7fdaae9f0f612a05086b9e7
tools: Fix coding style when testing pointer

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