commit | 4f4b15ba2b89aa553f982cd36b1cd70fd82a156e | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Wed Nov 05 16:51:04 2014 +0100 |
committer | Roger Meier <roger@apache.org> | Wed Nov 05 16:53:41 2014 +0100 |
tree | b33c4f8cd879b6957f406add459af2ff600bf38c | |
parent | e81367bb95714a4720d36c5bf3bb0386d4ae04c0 [diff] [blame] |
compiler: remove trailing whitespaces
diff --git a/compiler/cpp/src/parse/t_program.h b/compiler/cpp/src/parse/t_program.h index 1536f81..d18cc5d 100644 --- a/compiler/cpp/src/parse/t_program.h +++ b/compiler/cpp/src/parse/t_program.h
@@ -77,10 +77,10 @@ { if(scope_) { - delete scope_; - scope_ = NULL; + delete scope_; + scope_ = NULL; } - } + } // Path accessor const std::string& get_path() const { return path_; }