summaryrefslogtreecommitdiff
path: root/gnu/packages/cppi.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/cppi.scm')
-rw-r--r--gnu/packages/cppi.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/cppi.scm b/gnu/packages/cppi.scm
index d28fc40173..fc117162bb 100644
--- a/gnu/packages/cppi.scm
+++ b/gnu/packages/cppi.scm
@@ -37,9 +37,8 @@
(home-page "http://www.gnu.org/software/cppi/")
(synopsis "Indent C preprocessor directives to reflect nesting and more")
(description
- "GNU cppi indents C preprocessor directives to reflect their nesting and
-ensure that there is exactly one space character between each #if, #elif,
-#define directive and the following token. The number of spaces between the
-`#' and the following directive must correspond to the level of nesting of
-that directive.")
+ "GNU Cppi processes C source code files to properly indent the
+preprocessor directives to reflect their nesting. It also performs other
+standardizations, such as correcting the number of spaces between directives
+and the text following them.")
(license gpl3+)))