summaryrefslogtreecommitdiffstats
path: root/doc/coding-style.txt
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-12-23 18:38:15 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-12-23 18:38:15 -0600
commit83fe20ac89c5fc4355a12174ddb2ef883a074215 (patch)
tree67b85586ce6043f9eb83c14b77073f555310f7a7 /doc/coding-style.txt
parent4df428f4702abdc8c826fbb137c7deab00f1b2b0 (diff)
downloadofono-83fe20ac89c5fc4355a12174ddb2ef883a074215.tar.bz2
coding-style: Don't go over 80 characters
Diffstat (limited to 'doc/coding-style.txt')
-rw-r--r--doc/coding-style.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coding-style.txt b/doc/coding-style.txt
index c267b6b1..3bee2407 100644
--- a/doc/coding-style.txt
+++ b/doc/coding-style.txt
@@ -124,8 +124,8 @@ gboolean sim_ust_is_available(unsigned char *service_ust, unsigned char len,
2)
gboolean sim_ust_is_available(unsigned char *service_ust, unsigned char len,
- enum sim_ust_service index); // better
-
+ enum sim_ust_service index);
+ // better
M5: Git commit message 50/72 formatting
=======================================