From 2c04d883b16ade4acfaa9e50b5c29ca206fdfcbb Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 26 Sep 2017 13:50:14 +0200 Subject: Minor coding style fix --- frontends/verilog/preproc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/verilog/preproc.cc b/frontends/verilog/preproc.cc index 67a6d18ea..ee742d485 100644 --- a/frontends/verilog/preproc.cc +++ b/frontends/verilog/preproc.cc @@ -350,7 +350,7 @@ std::string frontend_verilog_preproc(std::istream &f, std::string filename, cons if (tok == "`include") { skip_spaces(); std::string fn = next_token(true); - while(try_expand_macro(defines_with_args, defines_map, fn)) { + while (try_expand_macro(defines_with_args, defines_map, fn)) { fn = next_token(); } while (1) { -- cgit v1.2.3 en' name='id' value='793f5511a5cfead14e23a39d5cb9bf8c70e949aa'/> xenJames
aboutsummaryrefslogtreecommitdiffstats
path: root/config/SunOS.mk
blob: 5c12fd4c23a7161902b03f98d169fd7b047f5205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37