From 75c310bc5becc63f912f533409affb96b7f8713d Mon Sep 17 00:00:00 2001 From: Oliver Ruiz Dorantes Date: Wed, 2 Jul 2008 21:12:07 +0000 Subject: [PATCH] Fix EOL git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26232 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/bluetooth/L2CAP/btL2CAP.h | 40 ++++++++++++++-------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/headers/os/bluetooth/L2CAP/btL2CAP.h b/headers/os/bluetooth/L2CAP/btL2CAP.h index 01970c31c4..b0fef2ddfc 100644 --- a/headers/os/bluetooth/L2CAP/btL2CAP.h +++ b/headers/os/bluetooth/L2CAP/btL2CAP.h @@ -1,21 +1,21 @@ -/* - * Copyright 2007 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com - * - * All rights reserved. Distributed under the terms of the MIT License. - * - */ - -#ifndef _BTL2CAP_H_ -#define _BTL2CAP_H_ - -#include - -struct sockaddr_l2cap { - uint8 l2cap_len; /* total length */ - uint8 l2cap_family; /* address family */ - uint16 l2cap_psm; /* PSM (Protocol/Service Multiplexor) */ - bdaddr_t l2cap_bdaddr; /* address */ -}; - - +/* + * Copyright 2007 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com + * + * All rights reserved. Distributed under the terms of the MIT License. + * + */ + +#ifndef _BTL2CAP_H_ +#define _BTL2CAP_H_ + +#include + +struct sockaddr_l2cap { + uint8 l2cap_len; /* total length */ + uint8 l2cap_family; /* address family */ + uint16 l2cap_psm; /* PSM (Protocol/Service Multiplexor) */ + bdaddr_t l2cap_bdaddr; /* address */ +}; + + #endif \ No newline at end of file