
Module: ppl/ppl Branch: master Commit: be1e8179983eb8a99bba2014c1275183ad10a4ac URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=be1e8179983eb...
Author: Abramo Bagnara abramo.bagnara@gmail.com Date: Tue Mar 24 12:00:37 2009 +0100
Fixed indentation.
---
interfaces/C/ppl_c_header.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interfaces/C/ppl_c_header.h b/interfaces/C/ppl_c_header.h index 32b3340..6581b43 100644 --- a/interfaces/C/ppl_c_header.h +++ b/interfaces/C/ppl_c_header.h @@ -606,7 +606,7 @@ ppl_io_fprint_##Type PPL_PROTO((FILE* stream, ppl_const_##Type##_t x)); \ /*! \relates ppl_##Type##_tag \brief Prints \p x to a malloc-allocated string, a pointer to which is returned via \p strp. */ \ int \ ppl_io_asprint_##Type PPL_PROTO((char** strp, ppl_const_##Type##_t x)); \ -/*! \relates ppl_##Type##_tag \brief Print \p x to stream \p s */ \ + /*! \relates ppl_##Type##_tag \brief Print \p x to stream \p s */ \ int \ ppl_io_write_##Type PPL_PROTO((ppl_io_ostream_t s, ppl_const_##Type##_t x));