--- src/usr.bin/make/var.h 2005/03/20 12:23:53 1.22 +++ src/usr.bin/make/var.h 2005/03/22 11:29:49 1.23 @@ -51,9 +51,9 @@ struct GNode; struct Buffer; typedef struct Var { - char *name; /* the variable's name */ - struct Buffer *val; /* its value */ - int flags; /* miscellaneous status flags */ + char *name; /* the variable's name */ + struct Buffer *val; /* its value */ + int flags; /* miscellaneous status flags */ #define VAR_IN_USE 1 /* Variable's value currently being used. * Used to avoid recursion */