summaryrefslogtreecommitdiff
path: root/docs/CODING-STYLE.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CODING-STYLE.md')
-rw-r--r--docs/CODING-STYLE.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/CODING-STYLE.md b/docs/CODING-STYLE.md
index 3fc2e0c101..e0f3ca13ca 100644
--- a/docs/CODING-STYLE.md
+++ b/docs/CODING-STYLE.md
@@ -474,10 +474,10 @@ The maximum width of each column is given by the longest element in the
column:
```c
- void gtk_type_set_property (GtkType *type,
- const gchar *value,
- GError **error);
- const gchar *gtk_type_get_property (GtkType *type);
+ void gtk_type_set_property (GtkType *type,
+ const char *value,
+ GError **error);
+ const char *gtk_type_get_property (GtkType *type);
```
It is also possible to align the columns to the next tab: