Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libbluetooth whitespace police
details: https://anonhg.NetBSD.org/src/rev/1bc8eb57597d
branches: trunk
changeset: 763925:1bc8eb57597d
user: plunky <plunky%NetBSD.org@localhost>
date: Thu Apr 07 08:29:50 2011 +0000
description:
whitespace police
diffstat:
tests/lib/libbluetooth/t_bluetooth.c | 10 ++--
tests/lib/libbluetooth/t_sdp_data.c | 10 ++--
tests/lib/libbluetooth/t_sdp_get.c | 42 ++++++++--------
tests/lib/libbluetooth/t_sdp_match.c | 6 +-
tests/lib/libbluetooth/t_sdp_put.c | 89 +++++++++++++++++------------------
tests/lib/libbluetooth/t_sdp_set.c | 22 ++++----
6 files changed, 89 insertions(+), 90 deletions(-)
diffs (truncated from 601 to 300 lines):
diff -r 16e7c5845656 -r 1bc8eb57597d tests/lib/libbluetooth/t_bluetooth.c
--- a/tests/lib/libbluetooth/t_bluetooth.c Thu Apr 07 06:24:07 2011 +0000
+++ b/tests/lib/libbluetooth/t_bluetooth.c Thu Apr 07 08:29:50 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_bluetooth.c,v 1.1 2011/04/07 06:21:57 plunky Exp $ */
+/* $NetBSD: t_bluetooth.c,v 1.2 2011/04/07 08:29:50 plunky Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -38,10 +38,10 @@
ATF_TC_HEAD(check_bt_aton, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test bt_aton results");
}
-
+
ATF_TC_BODY(check_bt_aton, tc)
{
bdaddr_t bdaddr;
@@ -66,10 +66,10 @@
ATF_TC_HEAD(check_bt_ntoa, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test bt_ntoa results");
}
-
+
ATF_TC_BODY(check_bt_ntoa, tc)
{
bdaddr_t bdaddr = { { 0x00, 0x11, 0x22, 0x33, 0x44, 0x55 } };
diff -r 16e7c5845656 -r 1bc8eb57597d tests/lib/libbluetooth/t_sdp_data.c
--- a/tests/lib/libbluetooth/t_sdp_data.c Thu Apr 07 06:24:07 2011 +0000
+++ b/tests/lib/libbluetooth/t_sdp_data.c Thu Apr 07 08:29:50 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_sdp_data.c,v 1.1 2011/04/07 06:21:57 plunky Exp $ */
+/* $NetBSD: t_sdp_data.c,v 1.2 2011/04/07 08:29:50 plunky Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -37,10 +37,10 @@
ATF_TC_HEAD(check_sdp_data_type, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test sdp_data_type results");
}
-
+
ATF_TC_BODY(check_sdp_data_type, tc)
{
uint8_t data[] = {
@@ -63,10 +63,10 @@
ATF_TC_HEAD(check_sdp_data_size, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test sdp_data_size results");
}
-
+
ATF_TC_BODY(check_sdp_data_size, tc)
{
uint8_t data[] = {
diff -r 16e7c5845656 -r 1bc8eb57597d tests/lib/libbluetooth/t_sdp_get.c
--- a/tests/lib/libbluetooth/t_sdp_get.c Thu Apr 07 06:24:07 2011 +0000
+++ b/tests/lib/libbluetooth/t_sdp_get.c Thu Apr 07 08:29:50 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_sdp_get.c,v 1.1 2011/04/07 06:21:57 plunky Exp $ */
+/* $NetBSD: t_sdp_get.c,v 1.2 2011/04/07 08:29:50 plunky Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -39,10 +39,10 @@
ATF_TC_HEAD(check_sdp_get_data, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test sdp_get_data results");
}
-
+
ATF_TC_BODY(check_sdp_get_data, tc)
{
uint8_t data[] = {
@@ -87,10 +87,10 @@
ATF_TC_HEAD(check_sdp_get_attr, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test sdp_get_attr results");
}
-
+
ATF_TC_BODY(check_sdp_get_attr, tc)
{
uint8_t data[] = {
@@ -132,10 +132,10 @@
ATF_TC_HEAD(check_sdp_get_uuid, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test sdp_get_uuid results");
}
-
+
ATF_TC_BODY(check_sdp_get_uuid, tc)
{
uint8_t data[] = {
@@ -201,10 +201,10 @@
ATF_TC_HEAD(check_sdp_get_bool, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test sdp_get_bool results");
}
-
+
ATF_TC_BODY(check_sdp_get_bool, tc)
{
uint8_t data[] = {
@@ -237,10 +237,10 @@
ATF_TC_HEAD(check_sdp_get_uint, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test sdp_get_uint results");
}
-
+
ATF_TC_BODY(check_sdp_get_uint, tc)
{
uint8_t data[] = {
@@ -330,10 +330,10 @@
ATF_TC_HEAD(check_sdp_get_int, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test sdp_get_int results");
}
-
+
ATF_TC_BODY(check_sdp_get_int, tc)
{
uint8_t data[] = {
@@ -459,10 +459,10 @@
ATF_TC_HEAD(check_sdp_get_seq, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test sdp_get_seq results");
}
-
+
ATF_TC_BODY(check_sdp_get_seq, tc)
{
uint8_t data[] = {
@@ -499,10 +499,10 @@
ATF_TC_HEAD(check_sdp_get_alt, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test sdp_get_alt results");
}
-
+
ATF_TC_BODY(check_sdp_get_alt, tc)
{
uint8_t data[] = {
@@ -539,10 +539,10 @@
ATF_TC_HEAD(check_sdp_get_str, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test sdp_get_str results");
}
-
+
ATF_TC_BODY(check_sdp_get_str, tc)
{
uint8_t data[] = {
@@ -584,10 +584,10 @@
ATF_TC_HEAD(check_sdp_get_url, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test sdp_get_url results");
}
-
+
ATF_TC_BODY(check_sdp_get_url, tc)
{
uint8_t data[] = {
diff -r 16e7c5845656 -r 1bc8eb57597d tests/lib/libbluetooth/t_sdp_match.c
--- a/tests/lib/libbluetooth/t_sdp_match.c Thu Apr 07 06:24:07 2011 +0000
+++ b/tests/lib/libbluetooth/t_sdp_match.c Thu Apr 07 08:29:50 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_sdp_match.c,v 1.1 2011/04/07 06:21:57 plunky Exp $ */
+/* $NetBSD: t_sdp_match.c,v 1.2 2011/04/07 08:29:50 plunky Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -37,10 +37,10 @@
ATF_TC_HEAD(check_sdp_match_uuid16, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test sdp_match_uuid16 results");
}
-
+
ATF_TC_BODY(check_sdp_match_uuid16, tc)
{
uint8_t data[] = {
diff -r 16e7c5845656 -r 1bc8eb57597d tests/lib/libbluetooth/t_sdp_put.c
--- a/tests/lib/libbluetooth/t_sdp_put.c Thu Apr 07 06:24:07 2011 +0000
+++ b/tests/lib/libbluetooth/t_sdp_put.c Thu Apr 07 08:29:50 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_sdp_put.c,v 1.1 2011/04/07 06:21:57 plunky Exp $ */
+/* $NetBSD: t_sdp_put.c,v 1.2 2011/04/07 08:29:50 plunky Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -39,10 +39,10 @@
ATF_TC_HEAD(check_sdp_put_data, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test sdp_put_data results");
}
-
+
ATF_TC_BODY(check_sdp_put_data, tc)
{
uint8_t buf[256];
@@ -72,10 +72,10 @@
ATF_TC_HEAD(check_sdp_put_attr, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test sdp_put_attr results");
}
-
+
ATF_TC_BODY(check_sdp_put_attr, tc)
{
uint8_t buf[256];
@@ -102,10 +102,10 @@
ATF_TC_HEAD(check_sdp_put_uuid, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test sdp_put_uuid results");
}
-
+
ATF_TC_BODY(check_sdp_put_uuid, tc)
{
uint8_t buf[256];
@@ -160,10 +160,10 @@
ATF_TC_HEAD(check_sdp_put_uuid16, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test sdp_put_uuid16 results");
}
-
+
ATF_TC_BODY(check_sdp_put_uuid16, tc)
{
uint8_t buf[256];
@@ -185,10 +185,10 @@
ATF_TC_HEAD(check_sdp_put_uuid32, tc)
{
-
+
atf_tc_set_md_var(tc, "descr", "Test sdp_put_uuid32 results");
}
Home |
Main Index |
Thread Index |
Old Index