]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Tab after #define
authorTim Kientzle <kientzle@acm.org>
Sun, 22 Jun 2014 17:43:44 +0000 (10:43 -0700)
committerTim Kientzle <kientzle@acm.org>
Sun, 22 Jun 2014 17:43:44 +0000 (10:43 -0700)
libarchive/archive.h

index b199d3fb3ccf5280a14470222815373b4e69439e..543c615b98c9ab53d68795e7b1e89ca9322a2ec7 100644 (file)
@@ -130,7 +130,7 @@ __LA_DECL int               archive_version_number(void);
 /*
  * Textual name/version of the library, useful for version displays.
  */
-#define ARCHIVE_VERSION_ONLY_STRING "3.1.2"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.1.2"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);