Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make make(1): format job.h consistently



details:   https://anonhg.NetBSD.org/src/rev/98322b3a6b6f
branches:  trunk
changeset: 939709:98322b3a6b6f
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Sep 28 00:13:03 2020 +0000

description:
make(1): format job.h consistently

diffstat:

 usr.bin/make/job.h |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r b8810dfce6b9 -r 98322b3a6b6f usr.bin/make/job.h
--- a/usr.bin/make/job.h        Mon Sep 28 00:06:36 2020 +0000
+++ b/usr.bin/make/job.h        Mon Sep 28 00:13:03 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: job.h,v 1.53 2020/09/28 00:06:36 rillig Exp $  */
+/*     $NetBSD: job.h,v 1.54 2020/09/28 00:13:03 rillig Exp $  */
 
 /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -173,7 +173,7 @@
     int curPos;                        /* Current position in outBuf. */
 
 #ifdef USE_META
-    struct BuildMon    bm;
+    struct BuildMon bm;
 #endif
 } Job;
 
@@ -234,21 +234,21 @@
     /*
      * command-line flags
      */
-    const char   *echo;                /* echo commands */
-    const char   *exit;                /* exit on error */
-}               Shell;
+    const char *echo;          /* echo commands */
+    const char *exit;          /* exit on error */
+} Shell;
 
 extern const char *shellPath;
 extern const char *shellName;
 extern char *shellErrFlag;
 
-extern int     jobTokensRunning; /* tokens currently "out" */
-extern int     maxJobs;        /* Max jobs we can run */
+extern int jobTokensRunning;   /* tokens currently "out" */
+extern int maxJobs;            /* Max jobs we can run */
 
 void Shell_Init(void);
 const char *Shell_GetNewline(void);
 void Job_Touch(GNode *, Boolean);
-Boolean Job_CheckCommands(GNode *, void (*abortProc )(const char *, ...));
+Boolean Job_CheckCommands(GNode *, void (*abortProc)(const char *, ...));
 void Job_CatchChildren(void);
 void Job_CatchOutput(void);
 void Job_Make(GNode *);



Home | Main Index | Thread Index | Old Index