1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-07 08:47:09 +00:00

Reformat all C source files with Clang-format in Google style w/ 100 col width.

This commit is contained in:
Nick Briggs
2017-05-28 18:08:18 -07:00
parent 691645d048
commit 156c3292f8
167 changed files with 40520 additions and 48069 deletions

28
src/asmbitblt.c Executable file → Normal file
View File

@@ -1,4 +1,5 @@
/* $Id: asmbitblt.c,v 1.3 2001/12/24 01:08:58 sybalsky Exp $ (C) Copyright Venue, All Rights Reserved */
/* $Id: asmbitblt.c,v 1.3 2001/12/24 01:08:58 sybalsky Exp $ (C) Copyright Venue, All Rights
* Reserved */
static char *id = "$Id: asmbitblt.c,v 1.3 2001/12/24 01:08:58 sybalsky Exp $ Copyright (C) Venue";
/************************************************************************/
@@ -13,10 +14,6 @@ static char *id = "$Id: asmbitblt.c,v 1.3 2001/12/24 01:08:58 sybalsky Exp $ Cop
/* */
/************************************************************************/
/************************************************************************/
/* */
/* (C) Copyright 1989-95 Venue. All Rights Reserved. */
@@ -31,9 +28,6 @@ static char *id = "$Id: asmbitblt.c,v 1.3 2001/12/24 01:08:58 sybalsky Exp $ Cop
#include "version.h"
#include "lispemul.h"
#include "lispglobal.h"
#include "lispmap.h"
@@ -46,21 +40,15 @@ static char *id = "$Id: asmbitblt.c,v 1.3 2001/12/24 01:08:58 sybalsky Exp $ Cop
#include "cell.h"
#include "gc.h"
#include "bb.h"
#include "bitblt.h"
#include "pilotbbt.h"
void bitblt(DLword *srcbase, DLword *dstbase, int sx, int dx, int w, int h, int srcbpl, int dstbpl,
int backwardflg, int src_comp, int op, int gray, int num_gray, int curr_gray_line)
void
bitblt(DLword *srcbase, DLword *dstbase, int sx, int dx, int w, int h,
int srcbpl, int dstbpl, int backwardflg, int src_comp,
int op, int gray, int num_gray, int curr_gray_line)
DLword * srcbase, dstbase;
int sx, dx, w, h, srcbpl, dstbpl, backwardflg, src_comp, op, gray, num_gray, curr_gray_line;
{
new_bitblt_code;
}
DLword *srcbase,
dstbase;
int sx, dx, w, h, srcbpl, dstbpl, backwardflg, src_comp, op, gray, num_gray, curr_gray_line;
{ new_bitblt_code; }