From e816026faa1ae11f0e9d26d27f420a304d4ad210 Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周五, 16 10月 2015 06:16:45 +0800
Subject: [PATCH] Resolve #59: input buffer overrun handling

---
 libscpi/inc/scpi/constants.h |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/libscpi/inc/scpi/constants.h b/libscpi/inc/scpi/constants.h
index 6023e6d..ef39a4a 100644
--- a/libscpi/inc/scpi/constants.h
+++ b/libscpi/inc/scpi/constants.h
@@ -42,18 +42,18 @@
 #endif
 
 
-/*  4.1.3.6 *IDN? */
+    /*  4.1.3.6 *IDN? */
 
 #define SCPI_DEFAULT_1_MANUFACTURE "CTU FEE"
 #define SCPI_DEFAULT_2_MODEL "TSI3225"
 #define SCPI_DEFAULT_3 "0"
 #define SCPI_DEFAULT_4_REVISION "01-01"
 
-/* 21.21 :VERSion? 
- * YYYY.V
- * YYYY = SCPI year
- * V = SCPI revision
- */
+    /* 21.21 :VERSion? 
+     * YYYY.V
+     * YYYY = SCPI year
+     * V = SCPI revision
+     */
 #define SCPI_STD_VERSION_REVISION "1999.0"
 
 #ifdef	__cplusplus

--
Gitblit v1.9.1