You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/07/04 17:01:28 UTC

[07/15] mesos git commit: Fixed some style issue in stout Makefile.

Fixed some style issue in stout Makefile.

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


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

Branch: refs/heads/master
Commit: 48ac0a5a76d707a1a36ec66270e79c743284f03b
Parents: e9e7cf0
Author: Jie Yu <yu...@gmail.com>
Authored: Thu Jun 30 09:19:43 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Mon Jul 4 10:01:13 2016 -0700

----------------------------------------------------------------------
 3rdparty/stout/include/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/48ac0a5a/3rdparty/stout/include/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/stout/include/Makefile.am b/3rdparty/stout/include/Makefile.am
index 4768064..1f2ee85 100644
--- a/3rdparty/stout/include/Makefile.am
+++ b/3rdparty/stout/include/Makefile.am
@@ -84,7 +84,7 @@ nobase_include_HEADERS =			\
   stout/os/open.hpp				\
   stout/os/os.hpp				\
   stout/os/osx.hpp				\
-  stout/os/pagesize.hpp			\
+  stout/os/pagesize.hpp				\
   stout/os/permissions.hpp			\
   stout/os/process.hpp				\
   stout/os/pstree.hpp				\
@@ -143,7 +143,7 @@ nobase_include_HEADERS =			\
   stout/os/windows/kill.hpp			\
   stout/os/windows/killtree.hpp			\
   stout/os/windows/mkdtemp.hpp			\
-  stout/os/windows/pagesize.hpp		\
+  stout/os/windows/pagesize.hpp			\
   stout/os/windows/read.hpp			\
   stout/os/windows/rename.hpp			\
   stout/os/windows/rm.hpp			\