diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 21:37:36 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 21:37:36 -0700 |
commit | fb4836dc0f9dc84afa0b133c4e6ab1ad61653961 (patch) | |
tree | dd0afc6ffba375f756157895876c9eeee2af29b5 /cpp/000organization | |
parent | e26a1c859352421eaa7232987739ed5e8c79ce3f (diff) | |
download | mu-fb4836dc0f9dc84afa0b133c4e6ab1ad61653961.tar.gz |
1183
Diffstat (limited to 'cpp/000organization')
-rw-r--r-- | cpp/000organization | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/000organization b/cpp/000organization index c325c275..964180d4 100644 --- a/cpp/000organization +++ b/cpp/000organization @@ -113,5 +113,9 @@ void setup() { // End Setup } +void teardown() { + // End Teardown +} + //: Without directives or with the :(code) directive, lines get added at the //: end. |