Fix Freudian unwrapped line in paragraph describing why long lines should be wrapped.

This commit is contained in:
Carl Worth 2005-06-03 15:54:40 +00:00
parent 36beed9bf1
commit 5699072035
3 changed files with 9 additions and 4 deletions

View file

@ -153,8 +153,9 @@ And function prototypes should similarly have the return type (and
associated specifiers and qualifiers) on a line above the function, so
that the function name is flush left.
Break up long line (> ~80 characters) and use whitespace to align
things nicely. For example the arguments in a long list to a function call should all be aligned with each other:
Break up long lines (> ~80 characters) and use whitespace to align
things nicely. For example the arguments in a long list to a function
call should all be aligned with each other:
align_function_arguments (argument_the_first,
argument_the_second,

View file

@ -1,8 +1,13 @@
2005-06-03 Carl Worth <cworth@cworth.org>
* CODING_STYLE: Fix Freudian unwrapped line in paragraph
describing why long lines should be wrapped.
2005-06-03 Carl Worth <cworth@cworth.org>
* CODING_STYLE: Add CODING_STYLE document to standardize on some
style issues.
* src/cairo-atsui-font.c:
* src/cairo-cache.c:
* src/cairo-ft-font.c:

View file

@ -82,7 +82,6 @@ struct _cairo_gstate {
cairo_font_face_t *font_face;
cairo_scaled_font_t *scaled_font; /* Specific to the current CTM */
cairo_matrix_t font_matrix;
cairo_clip_t clip;