trim trailing ^I

This commit is contained in:
David E. O'Brien 2005-12-17 07:09:17 +00:00
parent e0a87e8acd
commit 6acb2659e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153495

View File

@ -1,22 +1,22 @@
/*-
* Low-level subroutines for Cronyx Tau-PCI adapter.
*
* Copyright (C) 1999-2003 Cronyx Engineering.
* Author: Serge Vakulenko, <vak@cronyx.ru>
*
* Copyright (C) 2000-2004 Cronyx Engineering.
* Author: Roman Kurakin, <rik@cronyx.ru>
*
* This software is distributed with NO WARRANTIES, not even the implied
* warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* Authors grant any other persons or organisations a permission to use,
* modify and redistribute this software in source and binary forms,
* as long as this message is kept with the software, all derivative
* works or modified versions.
*
* Low-level subroutines for Cronyx Tau-PCI adapter.
*
* Copyright (C) 1999-2003 Cronyx Engineering.
* Author: Serge Vakulenko, <vak@cronyx.ru>
*
* Copyright (C) 2000-2004 Cronyx Engineering.
* Author: Roman Kurakin, <rik@cronyx.ru>
*
* This software is distributed with NO WARRANTIES, not even the implied
* warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* Authors grant any other persons or organisations a permission to use,
* modify and redistribute this software in source and binary forms,
* as long as this message is kept with the software, all derivative
* works or modified versions.
*
* $Cronyx: cpddk.c,v 1.13.4.37 2004/12/11 16:14:39 rik Exp $
*/
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");