Skip to content

Commit

Permalink
indenetion correction
Browse files Browse the repository at this point in the history
  • Loading branch information
yashsanap committed Aug 21, 2016
1 parent 032f1a9 commit fbf3151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/robocompdsl/templateCPP/etc/config
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ component = CDSLParsing.fromFile(theCDSL)

cog.outl('# General properties of Component')
cog.outl('Ice.ProgramName='+component['name'])
cog.out('\n\n')

storm = False

Expand Down
1 change: 1 addition & 0 deletions tools/robocompdsl/templatePython/etc/config
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ component = CDSLParsing.fromFile(theCDSL)

cog.outl('# General properties of Component')
cog.outl('Ice.ProgramName='+component['name'])
cog.out('\n\n')

text = False
for sub in component['subscribesTo']:
Expand Down

0 comments on commit fbf3151

Please sign in to comment.