mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-05 07:54:43 +00:00
Reformat all C source files with Clang-format in Google style w/ 100 col width.
This commit is contained in:
11
src/keytstno.c
Executable file → Normal file
11
src/keytstno.c
Executable file → Normal file
@@ -1,10 +1,9 @@
|
||||
/* $Id: keytstno.c,v 1.3 1999/05/31 23:35:36 sybalsky Exp $ (C) Copyright Venue, All Rights Reserved */
|
||||
/* $Id: keytstno.c,v 1.3 1999/05/31 23:35:36 sybalsky Exp $ (C) Copyright Venue, All Rights Reserved
|
||||
*/
|
||||
static char *id = "$Id: keytstno.c,v 1.3 1999/05/31 23:35:36 sybalsky Exp $ Copyright (C) Venue";
|
||||
|
||||
/* Loaded instead of keytst.c, with unlocked definition of keytester */
|
||||
|
||||
|
||||
|
||||
/************************************************************************/
|
||||
/* */
|
||||
/* (C) Copyright 1989-95 Venue. All Rights Reserved. */
|
||||
@@ -19,8 +18,4 @@ static char *id = "$Id: keytstno.c,v 1.3 1999/05/31 23:35:36 sybalsky Exp $ Copy
|
||||
|
||||
#include "version.h"
|
||||
|
||||
|
||||
int keytester (void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
int keytester(void) { return 0; }
|
||||
|
||||
Reference in New Issue
Block a user