[Spice-devel] [PATCH 2/2] style: remove spice client section

Frediano Ziglio fziglio at redhat.com
Tue May 10 17:01:22 UTC 2016


Spice client is no more in this repository and also the style was changed

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 docs/spice_style.txt | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/docs/spice_style.txt b/docs/spice_style.txt
index 74aae0c..8966365 100644
--- a/docs/spice_style.txt
+++ b/docs/spice_style.txt
@@ -314,22 +314,3 @@ char *array[] = {
     "item_2",
     "item_3",
 };
-
-Spice client
-------------
-
-#ifdef PLATFORM
-~~~~~~~~~~~~~~~
-
-Use #ifdef <platform> only in cases of different logic that depends on platform. In all other case add common interface (e.g., in platform.h) and keep specific platform implementation in platform directory (e.g.,windows).
-
-Use standard macros
-~~~~~~~~~~~~~~~~~~~
- LOG_INFO
- LOG_WARN
- LOG_ERROR
- ASSERT
- PANIC
- DBG
- THROW
- THROW_ERR
-- 
2.7.4



More information about the Spice-devel mailing list