Skip to content
Snippets Groups Projects
Commit 8caf6f8a authored by pjwilliams's avatar pjwilliams
Browse files

Fixed code indentation in getvalidarglist()

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@439 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 1d35e8e0
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
#include "extern.h"
extern const char *CVSid1, *CVSid2, *CVSid3, *CVSid4;
const char* CVSid5="$Id: smartctl.c,v 1.45 2003/01/07 00:41:37 pjwilliams Exp $"
const char* CVSid5="$Id: smartctl.c,v 1.46 2003/01/07 19:29:26 pjwilliams Exp $"
CVSID1 CVSID2 CVSID3 CVSID4 CVSID5 CVSID6;
// This is a block containing all the "control variables". We declare
......
......@@ -42,7 +42,7 @@
#include "extern.h"
extern const char *CVSid1, *CVSid2, *CVSid3, *CVSid4;
const char* CVSid5="$Id: smartctl.cpp,v 1.45 2003/01/07 00:41:37 pjwilliams Exp $"
const char* CVSid5="$Id: smartctl.cpp,v 1.46 2003/01/07 19:29:26 pjwilliams Exp $"
CVSID1 CVSID2 CVSID3 CVSID4 CVSID5 CVSID6;
// This is a block containing all the "control variables". We declare
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment