[PPL-devel] [GIT] ppl/ppl(master): Fixed indentation.

Abramo Bagnara abramo.bagnara at gmail.com
Tue Mar 24 12:00:23 CET 2009


Module: ppl/ppl
Branch: master
Commit: be1e8179983eb8a99bba2014c1275183ad10a4ac
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=be1e8179983eb8a99bba2014c1275183ad10a4ac

Author: Abramo Bagnara <abramo.bagnara at 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));
 




More information about the PPL-devel mailing list