docs - write a newline in example file to remove warning with solaris compilers

This commit is contained in:
Thomas Nagy 2015-10-10 08:52:58 +02:00
parent a306e30027
commit ec0263f47c
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ bld.program(
def r1(self):
import time
time.sleep(1)
self.outputs[0].write(' ')
self.outputs[0].write('\n')
bld(rule=r1, target='foo.h', before=['c'])
# the default scanner may enforce the build order on generated headers, but it is just