Spice client is no more in this repository and also the style was changed Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx> --- 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 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel