Jan Breuer
2016-04-24 d2af547887e073edf233a436ea169aa7a0186a4e
Just code formatting
6个文件已修改
3 ■■■■ 已修改文件
libscpi/inc/scpi/error.h 补丁 | 查看 | 原始文档 | blame | 历史
libscpi/inc/scpi/types.h 补丁 | 查看 | 原始文档 | blame | 历史
libscpi/src/error.c 补丁 | 查看 | 原始文档 | blame | 历史
libscpi/src/minimal.c 补丁 | 查看 | 原始文档 | blame | 历史
libscpi/src/parser.c 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
libscpi/src/utils.c 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
libscpi/inc/scpi/error.h
libscpi/inc/scpi/types.h
libscpi/src/error.c
libscpi/src/minimal.c
libscpi/src/parser.c
@@ -510,7 +510,6 @@
    return result;
}
/**
 * SCPI-99:21.8 Device-dependent error information.
 * Write error information with the following syntax:
libscpi/src/utils.c
@@ -751,6 +751,7 @@
#endif
#if USE_DEVICE_DEPENDENT_ERROR_INFORMATION && !USE_MEMORY_ALLOCATION_FREE
/**
 * Duplicate string if "strdup" ("malloc/free") not supported on system.
 * Allocate space in heap if it possible
@@ -1055,6 +1056,7 @@
 * @return 
 */
scpi_array_format_t SCPI_GetNativeFormat(void) {
    union {
        uint32_t i;
        char c[4];