summaryrefslogtreecommitdiff
path: root/gs/psi/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'gs/psi/main.h')
-rw-r--r--gs/psi/main.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/gs/psi/main.h b/gs/psi/main.h
index 27db6e6ce..a98fabd5f 100644
--- a/gs/psi/main.h
+++ b/gs/psi/main.h
@@ -1,6 +1,6 @@
/* Copyright (C) 2001-2006 Artifex Software, Inc.
All Rights Reserved.
-
+
This software is provided AS-IS with no warranty, either express or
implied.
@@ -28,8 +28,7 @@
*/
/* conditional out the entire file */
-#if 0
-
+#if 0
/* ================ Data elements ================ */
@@ -72,7 +71,7 @@
#define gs_run_string_with_length(str, len, ue, pec, peo)\
gs_main_run_string_with_length(gs_main_instance_default(),\
- str, len, ue, pec, peo)
+ str, len, ue, pec, peo)
#define gs_run_file_open(fn, pfref)\
gs_main_run_file_open(gs_main_instance_default(), fn, pfref)
@@ -82,7 +81,7 @@
#define gs_run_string_continue(str, len, ue, pec, peo)\
gs_main_run_string_continue(gs_main_instance_default(),\
- str, len, ue, pec, peo)
+ str, len, ue, pec, peo)
#define gs_run_string_end(ue, pec, peo)\
gs_main_run_string_end(gs_main_instance_default(), ue, pec, peo)
@@ -101,7 +100,6 @@ void gs_debug_dump_stack(int code, ref * perror_object);
/* ---------------- Termination ---------------- */
-
#endif /* full file conditional */
#endif /* main_INCLUDED */