You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/03/11 18:19:41 UTC

mesos git commit: Fixed style issues in `stout/include/Makefile.am`.

Repository: mesos
Updated Branches:
  refs/heads/master 51bf7e2f3 -> 83527b952


Fixed style issues in `stout/include/Makefile.am`.

Review: https://reviews.apache.org/r/44045/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/83527b95
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/83527b95
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/83527b95

Branch: refs/heads/master
Commit: 83527b9528924225e17bcda1b82ae637aa6bcca4
Parents: 51bf7e2
Author: Alex Clemmer <cl...@gmail.com>
Authored: Fri Mar 11 12:19:08 2016 -0500
Committer: Joris Van Remoortere <jo...@gmail.com>
Committed: Fri Mar 11 12:19:19 2016 -0500

----------------------------------------------------------------------
 .../3rdparty/stout/include/Makefile.am          | 304 ++++++++++---------
 1 file changed, 153 insertions(+), 151 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/83527b95/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/include/Makefile.am b/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
index d713f18..7bd4bfb 100644
--- a/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
+++ b/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
@@ -11,157 +11,159 @@
 # limitations under the License
 
 # Headers.
-nobase_include_HEADERS =		\
-  stout/abort.hpp			\
-  stout/adaptor.hpp			\
-  stout/attributes.hpp			\
-  stout/base64.hpp			\
-  stout/bits.hpp			\
-  stout/bytes.hpp			\
-  stout/cache.hpp			\
-  stout/check.hpp			\
-  stout/duration.hpp			\
-  stout/dynamiclibrary.hpp		\
-  stout/error.hpp			\
-  stout/errorbase.hpp			\
-  stout/exit.hpp			\
-  stout/flags.hpp			\
-  stout/flags/fetch.hpp			\
-  stout/flags/flag.hpp			\
-  stout/flags/flags.hpp			\
-  stout/flags/parse.hpp			\
-  stout/foreach.hpp			\
-  stout/format.hpp			\
-  stout/fs.hpp				\
-  stout/gtest.hpp			\
-  stout/gzip.hpp			\
-  stout/hashmap.hpp			\
-  stout/hashset.hpp			\
-  stout/internal/windows/dirent.hpp	\
-  stout/internal/windows/grp.hpp	\
-  stout/internal/windows/pwd.hpp	\
+nobase_include_HEADERS =			\
+  stout/abort.hpp				\
+  stout/adaptor.hpp				\
+  stout/attributes.hpp				\
+  stout/base64.hpp				\
+  stout/bits.hpp				\
+  stout/bytes.hpp				\
+  stout/cache.hpp				\
+  stout/check.hpp				\
+  stout/duration.hpp				\
+  stout/dynamiclibrary.hpp			\
+  stout/error.hpp				\
+  stout/errorbase.hpp				\
+  stout/exit.hpp				\
+  stout/flags.hpp				\
+  stout/flags/fetch.hpp				\
+  stout/flags/flag.hpp				\
+  stout/flags/flags.hpp				\
+  stout/flags/parse.hpp				\
+  stout/foreach.hpp				\
+  stout/format.hpp				\
+  stout/fs.hpp					\
+  stout/gtest.hpp				\
+  stout/gzip.hpp				\
+  stout/hashmap.hpp				\
+  stout/hashset.hpp				\
+  stout/internal/windows/dirent.hpp		\
+  stout/internal/windows/grp.hpp		\
+  stout/internal/windows/pwd.hpp		\
   stout/internal/windows/reparsepoint.hpp	\
-  stout/internal/windows/symlink.hpp	\
-  stout/interval.hpp			\
-  stout/ip.hpp				\
-  stout/json.hpp			\
-  stout/jsonify.hpp			\
-  stout/lambda.hpp			\
-  stout/linkedhashmap.hpp		\
-  stout/mac.hpp				\
-  stout/multihashmap.hpp		\
-  stout/multimap.hpp			\
-  stout/net.hpp				\
-  stout/none.hpp			\
-  stout/nothing.hpp			\
-  stout/numify.hpp			\
-  stout/option.hpp			\
-  stout/os.hpp				\
-  stout/os/bootid.hpp			\
-  stout/os/chdir.hpp			\
-  stout/os/chroot.hpp			\
-  stout/os/close.hpp			\
-  stout/os/constants.hpp		\
-  stout/os/direntsize.hpp		\
-  stout/os/environment.hpp		\
-  stout/os/exists.hpp			\
-  stout/os/fcntl.hpp			\
-  stout/os/find.hpp			\
-  stout/os/fork.hpp			\
-  stout/os/freebsd.hpp			\
-  stout/os/ftruncate.hpp		\
-  stout/os/getcwd.hpp			\
-  stout/os/killtree.hpp			\
-  stout/os/linux.hpp			\
-  stout/os/ls.hpp			\
-  stout/os/mkdir.hpp			\
-  stout/os/mkdtemp.hpp			\
-  stout/os/mktemp.hpp			\
-  stout/os/open.hpp			\
-  stout/os/os.hpp			\
-  stout/os/osx.hpp			\
-  stout/os/permissions.hpp		\
-  stout/os/process.hpp			\
-  stout/os/pstree.hpp			\
-  stout/os/read.hpp			\
-  stout/os/realpath.hpp			\
-  stout/os/rename.hpp			\
-  stout/os/rm.hpp			\
-  stout/os/rmdir.hpp			\
-  stout/os/sendfile.hpp			\
-  stout/os/shell.hpp			\
-  stout/os/signals.hpp			\
-  stout/os/stat.hpp			\
-  stout/os/strerror.hpp			\
-  stout/os/su.hpp			\
-  stout/os/sysctl.hpp			\
-  stout/os/touch.hpp			\
-  stout/os/utime.hpp			\
-  stout/os/write.hpp			\
-  stout/os/posix/bootid.hpp		\
-  stout/os/posix/chown.hpp		\
-  stout/os/posix/chroot.hpp		\
-  stout/os/posix/direntsize.hpp		\
-  stout/os/posix/exists.hpp		\
-  stout/os/posix/fcntl.hpp		\
-  stout/os/posix/fork.hpp		\
-  stout/os/posix/ftruncate.hpp		\
-  stout/os/posix/killtree.hpp		\
-  stout/os/posix/mkdtemp.hpp		\
-  stout/os/posix/pstree.hpp		\
-  stout/os/posix/rmdir.hpp		\
-  stout/os/posix/sendfile.hpp		\
-  stout/os/posix/shell.hpp		\
-  stout/os/posix/signals.hpp		\
-  stout/os/posix/stat.hpp		\
-  stout/os/posix/su.hpp			\
-  stout/os/raw/environment.hpp		\
-  stout/os/windows/bootid.hpp		\
-  stout/os/windows/chroot.hpp		\
-  stout/os/windows/direntsize.hpp	\
-  stout/os/windows/exists.hpp		\
-  stout/os/windows/fcntl.hpp		\
-  stout/os/windows/fork.hpp		\
-  stout/os/windows/ftruncate.hpp	\
-  stout/os/windows/killtree.hpp		\
-  stout/os/windows/mkdtemp.hpp		\
-  stout/os/windows/pstree.hpp		\
-  stout/os/windows/rmdir.hpp		\
-  stout/os/windows/sendfile.hpp		\
-  stout/os/windows/shell.hpp		\
-  stout/os/windows/signals.hpp		\
-  stout/os/windows/stat.hpp		\
-  stout/os/windows/su.hpp		\
-  stout/path.hpp			\
-  stout/preprocessor.hpp		\
-  stout/proc.hpp			\
-  stout/protobuf.hpp			\
-  stout/posix/dynamiclibrary.hpp	\
-  stout/posix/fs.hpp			\
-  stout/posix/os.hpp			\
-  stout/recordio.hpp			\
+  stout/internal/windows/symlink.hpp		\
+  stout/interval.hpp				\
+  stout/ip.hpp					\
+  stout/json.hpp				\
+  stout/jsonify.hpp				\
+  stout/lambda.hpp				\
+  stout/linkedhashmap.hpp			\
+  stout/mac.hpp					\
+  stout/multihashmap.hpp			\
+  stout/multimap.hpp				\
+  stout/net.hpp					\
+  stout/none.hpp				\
+  stout/nothing.hpp				\
+  stout/numify.hpp				\
+  stout/option.hpp				\
+  stout/os.hpp					\
+  stout/os/bootid.hpp				\
+  stout/os/chdir.hpp				\
+  stout/os/chroot.hpp				\
+  stout/os/close.hpp				\
+  stout/os/constants.hpp			\
+  stout/os/direntsize.hpp			\
+  stout/os/environment.hpp			\
+  stout/os/exists.hpp				\
+  stout/os/fcntl.hpp				\
+  stout/os/find.hpp				\
+  stout/os/fork.hpp				\
+  stout/os/freebsd.hpp				\
+  stout/os/ftruncate.hpp			\
+  stout/os/getcwd.hpp				\
+  stout/os/killtree.hpp				\
+  stout/os/linux.hpp				\
+  stout/os/ls.hpp				\
+  stout/os/mkdir.hpp				\
+  stout/os/mkdtemp.hpp				\
+  stout/os/mktemp.hpp				\
+  stout/os/open.hpp				\
+  stout/os/os.hpp				\
+  stout/os/osx.hpp				\
+  stout/os/permissions.hpp			\
+  stout/os/process.hpp				\
+  stout/os/pstree.hpp				\
+  stout/os/read.hpp				\
+  stout/os/realpath.hpp				\
+  stout/os/rename.hpp				\
+  stout/os/rm.hpp				\
+  stout/os/rmdir.hpp				\
+  stout/os/sendfile.hpp				\
+  stout/os/shell.hpp				\
+  stout/os/signals.hpp				\
+  stout/os/stat.hpp				\
+  stout/os/strerror.hpp				\
+  stout/os/su.hpp				\
+  stout/os/sysctl.hpp				\
+  stout/os/touch.hpp				\
+  stout/os/utime.hpp				\
+  stout/os/write.hpp				\
+  stout/os/posix/bootid.hpp			\
+  stout/os/posix/chown.hpp			\
+  stout/os/posix/chroot.hpp			\
+  stout/os/posix/direntsize.hpp			\
+  stout/os/posix/exists.hpp			\
+  stout/os/posix/fcntl.hpp			\
+  stout/os/posix/fork.hpp			\
+  stout/os/posix/ftruncate.hpp			\
+  stout/os/posix/killtree.hpp			\
+  stout/os/posix/mkdtemp.hpp			\
+  stout/os/posix/pstree.hpp			\
+  stout/os/posix/rmdir.hpp			\
+  stout/os/posix/sendfile.hpp			\
+  stout/os/posix/shell.hpp			\
+  stout/os/posix/signals.hpp			\
+  stout/os/posix/stat.hpp			\
+  stout/os/posix/su.hpp				\
+  stout/os/raw/environment.hpp			\
+  stout/os/windows/bootid.hpp			\
+  stout/os/windows/chroot.hpp			\
+  stout/os/windows/direntsize.hpp		\
+  stout/os/windows/exists.hpp			\
+  stout/os/windows/fcntl.hpp			\
+  stout/os/windows/fork.hpp			\
+  stout/os/windows/ftruncate.hpp		\
+  stout/os/windows/killtree.hpp			\
+  stout/os/windows/mkdtemp.hpp			\
+  stout/os/windows/pstree.hpp			\
+  stout/os/windows/rmdir.hpp			\
+  stout/os/windows/sendfile.hpp			\
+  stout/os/windows/shell.hpp			\
+  stout/os/windows/signals.hpp			\
+  stout/os/windows/stat.hpp			\
+  stout/os/windows/su.hpp			\
+  stout/path.hpp				\
+  stout/preprocessor.hpp			\
+  stout/proc.hpp				\
+  stout/protobuf.hpp				\
+  stout/posix/dynamiclibrary.hpp		\
+  stout/posix/fs.hpp				\
+  stout/posix/gzip.hpp				\
+  stout/posix/os.hpp				\
+  stout/recordio.hpp				\
   stout/representation.hpp			\
-  stout/result.hpp			\
-  stout/result_of.hpp			\
-  stout/set.hpp				\
-  stout/some.hpp			\
-  stout/stopwatch.hpp			\
-  stout/stringify.hpp			\
-  stout/strings.hpp			\
-  stout/subcommand.hpp			\
-  stout/svn.hpp				\
-  stout/synchronized.hpp		\
-  stout/thread_local.hpp		\
-  stout/try.hpp				\
-  stout/tests/utils.hpp			\
-  stout/unimplemented.hpp		\
-  stout/unreachable.hpp			\
-  stout/utils.hpp			\
-  stout/uuid.hpp			\
-  stout/version.hpp			\
-  stout/windows.hpp			\
-  stout/windows/dynamiclibrary.hpp	\
-  stout/windows/error.hpp		\
-  stout/windows/format.hpp		\
-  stout/windows/fs.hpp			\
+  stout/result.hpp				\
+  stout/result_of.hpp				\
+  stout/set.hpp					\
+  stout/some.hpp				\
+  stout/stopwatch.hpp				\
+  stout/stringify.hpp				\
+  stout/strings.hpp				\
+  stout/subcommand.hpp				\
+  stout/svn.hpp					\
+  stout/synchronized.hpp			\
+  stout/thread_local.hpp			\
+  stout/try.hpp					\
+  stout/tests/utils.hpp				\
+  stout/unimplemented.hpp			\
+  stout/unreachable.hpp				\
+  stout/utils.hpp				\
+  stout/uuid.hpp				\
+  stout/version.hpp				\
+  stout/windows.hpp				\
+  stout/windows/dynamiclibrary.hpp		\
+  stout/windows/error.hpp			\
+  stout/windows/format.hpp			\
+  stout/windows/fs.hpp				\
+  stout/windows/gzip.hpp			\
   stout/windows/os.hpp