Print this page
10097 indenting fixes in usr/src/{lib,common}
*** 13,23 ****
/*
* Copyright (c) 1997, by Sun Microsystems, Inc.
* All rights reserved.
*/
! #ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.1 */
/* LINTLIBRARY */
#include <stdio.h>
#include <mp.h>
--- 13,25 ----
/*
* Copyright (c) 1997, by Sun Microsystems, Inc.
* All rights reserved.
*/
! /*
! * Copyright (c) 2018, Joyent, Inc.
! */
/* LINTLIBRARY */
#include <stdio.h>
#include <mp.h>
*** 38,48 ****
ten.val = &qten;
qten = b;
x.len = 0;
y.len = 1;
y.val = &qy;
! while ((c = getc(f)) != EOF)
switch (c) {
case '\\':
(void) getc(f);
continue;
--- 40,50 ----
ten.val = &qten;
qten = b;
x.len = 0;
y.len = 1;
y.val = &qy;
! while ((c = getc(f)) != EOF) {
switch (c) {
case '\\':
(void) getc(f);
continue;
*** 67,76 ****
--- 69,80 ----
(void) ungetc(c, stdin);
a->len *= sign;
return (0);
}
}
+ }
+
return (EOF);
}
static void
m_out(MINT *a, short b, FILE *f)