summaryrefslogtreecommitdiff
path: root/lib/csharpcomp.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-10 20:28:30 +0100
committerBruno Haible <bruno@clisp.org>2009-12-10 20:28:30 +0100
commit441aa3044f43e5572f58c354f01e6bc070acd5c7 (patch)
treebef236e8058dd3469da28ffcd5a6a287222a4c50 /lib/csharpcomp.h
parent039ae97b8ae35a2446c5d62d72b21689c97da7e2 (diff)
downloadgnulib-441aa3044f43e5572f58c354f01e6bc070acd5c7.tar.gz
Use spaces for indentation, not tabs.
Diffstat (limited to 'lib/csharpcomp.h')
-rw-r--r--lib/csharpcomp.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/csharpcomp.h b/lib/csharpcomp.h
index 46c319f8ad..c884e4ed42 100644
--- a/lib/csharpcomp.h
+++ b/lib/csharpcomp.h
@@ -28,13 +28,13 @@
If verbose, the command to be executed will be printed.
Return false if OK, true on error. */
extern bool compile_csharp_class (const char * const *sources,
- unsigned int sources_count,
- const char * const *libdirs,
- unsigned int libdirs_count,
- const char * const *libraries,
- unsigned int libraries_count,
- const char *output_file,
- bool optimize, bool debug,
- bool verbose);
+ unsigned int sources_count,
+ const char * const *libdirs,
+ unsigned int libdirs_count,
+ const char * const *libraries,
+ unsigned int libraries_count,
+ const char *output_file,
+ bool optimize, bool debug,
+ bool verbose);
#endif /* _CSHARPCOMP_H */