From 81b373225acc708642212bce59c20ab812bd9ee3 Mon Sep 17 00:00:00 2001 From: Fergus Henderson Date: Mon, 5 Jan 1998 09:53:15 +0000 Subject: [PATCH] Fix a trivial layout error (missing space before `}'). Estimated hours taken: 0.01 compiler/modules.m: Fix a trivial layout error (missing space before `}'). --- compiler/modules.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/modules.m b/compiler/modules.m index 28f05722c..ee5b4fbf8 100644 --- a/compiler/modules.m +++ b/compiler/modules.m @@ -1,5 +1,5 @@ %-----------------------------------------------------------------------------% -% Copyright (C) 1996-1997 The University of Melbourne. +% Copyright (C) 1996-1998 The University of Melbourne. % This file may only be copied under the terms of the GNU General % Public License - see the file COPYING in the Mercury distribution. %-----------------------------------------------------------------------------% @@ -476,7 +476,7 @@ write_dependency_file(ModuleName, LongDeps0, ShortDeps0, FactDeps0) --> io__nl(DepStream), globals__io_lookup_bool_option(assume_gmake, AssumeGmake), - ( { AssumeGmake = no} -> + ( { AssumeGmake = no } -> io__write_strings(DepStream, [ModuleName, ".fact_tables.os = "]), write_dependencies_list(FactDeps, ".o",