src/nginx_module/ConfigurationCommands.c.cxxcodebuilder in passenger-5.0.30 vs src/nginx_module/ConfigurationCommands.c.cxxcodebuilder in passenger-5.1.0

- old
+ new

@@ -21,16 +21,16 @@ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. # This file uses the cxxcodebuilder API. Learn more at: -# https://github.com/phusion/passenger/cxxcodebuilder +# https://github.com/phusion/cxxcodebuilder require 'phusion_passenger/nginx/config_options' def main set_indent_string ' ' - comment copyright_header_for(__FILE__) + comment copyright_header_for(__FILE__), 1 separator comment %q{ ConfigurationCommands.c is automatically generated from ConfigurationCommands.c.cxxcodebuilder,