Skip to content

Commit cdc67e6

Browse files
committed
whitespace
1 parent 5ed382f commit cdc67e6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Jamfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
#
44
# Use, modification and distribution is subject to the Boost Software License,
55
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6-
# http://www.boost.org/LICENSE_1_0.txt)
6+
# http://www.boost.org/LICENSE_1_0.txt)
77

88
project histogram
99
:
1010
requirements
11-
<toolset>gcc:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra -ftemplate-depth=256"
12-
<toolset>clang:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra -ftemplate-depth=256"
13-
<toolset>darwin:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra -ftemplate-depth=256"
11+
<toolset>gcc:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra"
12+
<toolset>clang:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra"
13+
<toolset>darwin:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra"
1414
;
1515

1616
build-project test ;

examples/Jamfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
#
33
# Use, modification and distribution is subject to the Boost Software License,
44
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5-
# http://www.boost.org/LICENSE_1_0.txt)
5+
# http://www.boost.org/LICENSE_1_0.txt)
66

77

88
project histogram-example
99
: requirements
1010
<include>$(BOOST_ROOT)
1111
<include>.
12-
;
12+
;
1313

1414
exe getting_started_listing_01 : getting_started_listing_01.cpp ;
1515
exe getting_started_listing_02 : getting_started_listing_02.cpp ;

0 commit comments

Comments
 (0)