From f1ca5d0340c9b49e9605af1882bbce5568763045 Mon Sep 17 00:00:00 2001 From: YAMASAKI Masahide Date: Mon, 25 Aug 2014 19:18:34 +0900 Subject: [PATCH] :set nobomb --- src/common_auth.cpp | 2 +- src/gnutls_auth.cpp | 2 +- src/nss_auth.cpp | 2 +- src/openssl_auth.cpp | 2 +- src/s3fs_auth.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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_ //-------------------------------------------------------------------