Standardize the width of all comment boxes in header files

This commit is contained in:
Gregory Nutt
2015-10-02 17:47:56 -06:00
parent e6e46f830b
commit 6cb20d3fba
9 changed files with 42 additions and 42 deletions
+8 -8
View File
@@ -1,4 +1,4 @@
/************************************************************
/****************************************************************************
* configs/xtrs/include/board.h
*
* Copyright (C) 2008 Gregory Nutt. All rights reserved.
@@ -31,26 +31,26 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
************************************************************/
****************************************************************************/
#ifndef __ARCH_BOARD_BOARD_H
#define __ARCH_BOARD_BOARD_H
/************************************************************
/****************************************************************************
* Included Files
************************************************************/
****************************************************************************/
/* Adresses of BIOS routines */
#include "trs80-m3.h"
/************************************************************
/****************************************************************************
* Pre-processor Definitions
************************************************************/
****************************************************************************/
/************************************************************
/****************************************************************************
* Public Functions
************************************************************/
****************************************************************************/
#undef EXTERN
#if defined(__cplusplus)