[Spice-devel] [PATCH 6/6] style: use capital case for C language
Frediano Ziglio
fziglio at redhat.com
Wed May 11 09:43:04 UTC 2016
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
configure.ac | 2 +-
docs/spice_style.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index d789fbc..c743875 100644
--- a/configure.ac
+++ b/configure.ac
@@ -236,7 +236,7 @@ AC_MSG_NOTICE([
==============
prefix: ${prefix}
- c compiler: ${CC}
+ C compiler: ${CC}
LZ4 support: ${enable_lz4}
Smartcard: ${have_smartcard}
diff --git a/docs/spice_style.txt b/docs/spice_style.txt
index 90d7dc5..7de4a43 100644
--- a/docs/spice_style.txt
+++ b/docs/spice_style.txt
@@ -80,7 +80,7 @@ Use const keyword when applicable to improve code reliability and celerity.
goto
----
-Using goto is allowed in c code for error handling. In any other case it will be used only as a special exception.
+Using goto is allowed in C code for error handling. In any other case it will be used only as a special exception.
Defining Constant values
------------------------
--
2.7.4
More information about the Spice-devel
mailing list