diff --git a/src/common_auth.cpp b/src/common_auth.cpp index 1584e48..82e793c 100644 --- a/src/common_auth.cpp +++ b/src/common_auth.cpp @@ -1,4 +1,4 @@ -/* +/* * s3fs - FUSE-based file system backed by Amazon S3 * * Copyright 2007-2008 Randy Rizun diff --git a/src/gnutls_auth.cpp b/src/gnutls_auth.cpp index 2a53cdc..8052398 100644 --- a/src/gnutls_auth.cpp +++ b/src/gnutls_auth.cpp @@ -1,4 +1,4 @@ -/* +/* * s3fs - FUSE-based file system backed by Amazon S3 * * Copyright 2007-2008 Randy Rizun diff --git a/src/nss_auth.cpp b/src/nss_auth.cpp index ba96300..9fff70d 100644 --- a/src/nss_auth.cpp +++ b/src/nss_auth.cpp @@ -1,4 +1,4 @@ -/* +/* * s3fs - FUSE-based file system backed by Amazon S3 * * Copyright 2007-2008 Randy Rizun diff --git a/src/openssl_auth.cpp b/src/openssl_auth.cpp index 301264f..d56db29 100644 --- a/src/openssl_auth.cpp +++ b/src/openssl_auth.cpp @@ -1,4 +1,4 @@ -/* +/* * s3fs - FUSE-based file system backed by Amazon S3 * * Copyright 2007-2008 Randy Rizun diff --git a/src/s3fs_auth.h b/src/s3fs_auth.h index 4a45aa6..d66ef8e 100644 --- a/src/s3fs_auth.h +++ b/src/s3fs_auth.h @@ -1,4 +1,4 @@ -#ifndef S3FS_AUTH_H_ +#ifndef S3FS_AUTH_H_ #define S3FS_AUTH_H_ //-------------------------------------------------------------------