From 572237689f26457603282048e49d300511602d1e Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Tue, 22 Oct 2002 09:50:54 +0000
Subject: [PATCH] Added some tabbing so versions of C code and header files are
 clearer

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@78 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/atacmds.c     | 2 +-
 sm5/atacmds.cpp   | 2 +-
 sm5/ataprint.c    | 2 +-
 sm5/ataprint.cpp  | 2 +-
 sm5/scsicmds.c    | 2 +-
 sm5/scsicmds.cpp  | 2 +-
 sm5/scsiprint.c   | 2 +-
 sm5/scsiprint.cpp | 2 +-
 sm5/smartctl.c    | 3 ++-
 sm5/smartctl.cpp  | 3 ++-
 sm5/smartd.c      | 5 ++---
 sm5/smartd.cpp    | 5 ++---
 12 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/sm5/atacmds.c b/sm5/atacmds.c
index d0f3cb1e5..462e8be33 100644
--- a/sm5/atacmds.c
+++ b/sm5/atacmds.c
@@ -30,7 +30,7 @@
 #include <errno.h>
 #include "atacmds.h"
 
-const char *CVSid1="$Id: atacmds.c,v 1.16 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID1 ;
+const char *CVSid1="$Id: atacmds.c,v 1.17 2002/10/22 09:50:53 ballen4705 Exp $\n" "\t" CVSID1 ;
 
 // These Drive Identity tables are taken from hdparm 5.2, and are also
 // given in the ATA/ATAPI specs for the IDENTIFY DEVICE command.  Note
diff --git a/sm5/atacmds.cpp b/sm5/atacmds.cpp
index 42aa8ad71..90905354a 100644
--- a/sm5/atacmds.cpp
+++ b/sm5/atacmds.cpp
@@ -30,7 +30,7 @@
 #include <errno.h>
 #include "atacmds.h"
 
-const char *CVSid1="$Id: atacmds.cpp,v 1.16 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID1 ;
+const char *CVSid1="$Id: atacmds.cpp,v 1.17 2002/10/22 09:50:53 ballen4705 Exp $\n" "\t" CVSID1 ;
 
 // These Drive Identity tables are taken from hdparm 5.2, and are also
 // given in the ATA/ATAPI specs for the IDENTIFY DEVICE command.  Note
diff --git a/sm5/ataprint.c b/sm5/ataprint.c
index b510e1225..97fb01026 100644
--- a/sm5/ataprint.c
+++ b/sm5/ataprint.c
@@ -28,7 +28,7 @@
 #include "smartctl.h"
 #include "extern.h"
 
-const char *CVSid4="$Id: ataprint.c,v 1.15 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID2 CVSID3 CVSID6 ;
+const char *CVSid4="$Id: ataprint.c,v 1.16 2002/10/22 09:50:54 ballen4705 Exp $\n" "\t" CVSID2 "\t" CVSID3 "\t" CVSID6 ;
 
 // Function for printing ASCII byte-swapped strings, skipping white
 // space. This is needed on little-endian architectures, eg Intel,
diff --git a/sm5/ataprint.cpp b/sm5/ataprint.cpp
index b1975143d..c008b589c 100644
--- a/sm5/ataprint.cpp
+++ b/sm5/ataprint.cpp
@@ -28,7 +28,7 @@
 #include "smartctl.h"
 #include "extern.h"
 
-const char *CVSid4="$Id: ataprint.cpp,v 1.15 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID2 CVSID3 CVSID6 ;
+const char *CVSid4="$Id: ataprint.cpp,v 1.16 2002/10/22 09:50:54 ballen4705 Exp $\n" "\t" CVSID2 "\t" CVSID3 "\t" CVSID6 ;
 
 // Function for printing ASCII byte-swapped strings, skipping white
 // space. This is needed on little-endian architectures, eg Intel,
diff --git a/sm5/scsicmds.c b/sm5/scsicmds.c
index 3f3dc2f13..362f19436 100644
--- a/sm5/scsicmds.c
+++ b/sm5/scsicmds.c
@@ -33,7 +33,7 @@
 #include <scsi/scsi.h>
 #include "scsicmds.h"
 
-const char *CVSid2="$Id: scsicmds.c,v 1.9 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID4 ;
+const char *CVSid2="$Id: scsicmds.c,v 1.10 2002/10/22 09:50:54 ballen4705 Exp $\n" "\t" CVSID4 ;
 
 
 UINT8 logsense (int device, UINT8 pagenum, UINT8 *pBuf)
diff --git a/sm5/scsicmds.cpp b/sm5/scsicmds.cpp
index d5eb436b1..0cf0ec0cb 100644
--- a/sm5/scsicmds.cpp
+++ b/sm5/scsicmds.cpp
@@ -33,7 +33,7 @@
 #include <scsi/scsi.h>
 #include "scsicmds.h"
 
-const char *CVSid2="$Id: scsicmds.cpp,v 1.9 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID4 ;
+const char *CVSid2="$Id: scsicmds.cpp,v 1.10 2002/10/22 09:50:54 ballen4705 Exp $\n" "\t" CVSID4 ;
 
 
 UINT8 logsense (int device, UINT8 pagenum, UINT8 *pBuf)
diff --git a/sm5/scsiprint.c b/sm5/scsiprint.c
index c965f22e6..16e90156a 100644
--- a/sm5/scsiprint.c
+++ b/sm5/scsiprint.c
@@ -36,7 +36,7 @@
 
 #define GBUF_SIZE 65535
 
-const char* CVSid5="$Id: scsiprint.c,v 1.7 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID3 CVSID4 CVSID5 CVSID6 ;
+const char* CVSid5="$Id: scsiprint.c,v 1.8 2002/10/22 09:50:54 ballen4705 Exp $\n" "\t" CVSID3 "\t"  CVSID4 "\t" CVSID5 "\t" CVSID6 ;
 
 UINT8 gBuf[GBUF_SIZE];
 
diff --git a/sm5/scsiprint.cpp b/sm5/scsiprint.cpp
index 3fd441441..bb6116c38 100644
--- a/sm5/scsiprint.cpp
+++ b/sm5/scsiprint.cpp
@@ -36,7 +36,7 @@
 
 #define GBUF_SIZE 65535
 
-const char* CVSid5="$Id: scsiprint.cpp,v 1.7 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID3 CVSID4 CVSID5 CVSID6 ;
+const char* CVSid5="$Id: scsiprint.cpp,v 1.8 2002/10/22 09:50:54 ballen4705 Exp $\n" "\t" CVSID3 "\t"  CVSID4 "\t" CVSID5 "\t" CVSID6 ;
 
 UINT8 gBuf[GBUF_SIZE];
 
diff --git a/sm5/smartctl.c b/sm5/smartctl.c
index b619b2306..9652f4042 100644
--- a/sm5/smartctl.c
+++ b/sm5/smartctl.c
@@ -37,7 +37,8 @@
 #include "scsiprint.h"
 
 extern const char *CVSid1, *CVSid2, *CVSid4, *CVSid5; 
-const char* CVSid6="$Id: smartctl.c,v 1.12 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID1 CVSID2 CVSID4 CVSID5 CVSID6 ;
+const char* CVSid6="$Id: smartctl.c,v 1.13 2002/10/22 09:50:54 ballen4705 Exp $\n"
+"\t" CVSID1 "\t" CVSID2 "\t" CVSID4 "\t" CVSID5 "\t" CVSID6 ;
 
 unsigned char driveinfo               = FALSE;
 unsigned char checksmart              = FALSE;
diff --git a/sm5/smartctl.cpp b/sm5/smartctl.cpp
index af444f0a0..f57b2fba3 100644
--- a/sm5/smartctl.cpp
+++ b/sm5/smartctl.cpp
@@ -37,7 +37,8 @@
 #include "scsiprint.h"
 
 extern const char *CVSid1, *CVSid2, *CVSid4, *CVSid5; 
-const char* CVSid6="$Id: smartctl.cpp,v 1.12 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID1 CVSID2 CVSID4 CVSID5 CVSID6 ;
+const char* CVSid6="$Id: smartctl.cpp,v 1.13 2002/10/22 09:50:54 ballen4705 Exp $\n"
+"\t" CVSID1 "\t" CVSID2 "\t" CVSID4 "\t" CVSID5 "\t" CVSID6 ;
 
 unsigned char driveinfo               = FALSE;
 unsigned char checksmart              = FALSE;
diff --git a/sm5/smartd.c b/sm5/smartd.c
index 48e152ce1..62e5815eb 100644
--- a/sm5/smartd.c
+++ b/sm5/smartd.c
@@ -1,6 +1,4 @@
 /*
- * smartd.c
- *
  * Home page of code is: http://smartmontools.sourceforge.net
  *
  * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
@@ -38,7 +36,8 @@
 #include "smartd.h"
 
 extern const char *CVSid1, *CVSid2;
-const char *CVSid3="$Id: smartd.c,v 1.11 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID1 CVSID4 CVSID7 ;
+const char *CVSid3="$Id: smartd.c,v 1.12 2002/10/22 09:50:54 ballen4705 Exp $\n" 
+"\t" CVSID1 "\t" CVSID4 "\t" CVSID7 ;
 
 int daemon_init(void){
   pid_t pid;
diff --git a/sm5/smartd.cpp b/sm5/smartd.cpp
index 4ae422fca..3372721c9 100644
--- a/sm5/smartd.cpp
+++ b/sm5/smartd.cpp
@@ -1,6 +1,4 @@
 /*
- * smartd.c
- *
  * Home page of code is: http://smartmontools.sourceforge.net
  *
  * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
@@ -38,7 +36,8 @@
 #include "smartd.h"
 
 extern const char *CVSid1, *CVSid2;
-const char *CVSid3="$Id: smartd.cpp,v 1.11 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID1 CVSID4 CVSID7 ;
+const char *CVSid3="$Id: smartd.cpp,v 1.12 2002/10/22 09:50:54 ballen4705 Exp $\n" 
+"\t" CVSID1 "\t" CVSID4 "\t" CVSID7 ;
 
 int daemon_init(void){
   pid_t pid;
-- 
GitLab