Merge "xhprof: Guard against division by 0 when computing percentages"
[lhc/web/wiklou.git] / includes / profiler / ProfilerStub.php
index 2db06e4..9a7ec8c 100644 (file)
@@ -34,7 +34,7 @@ class ProfilerStub extends Profiler {
        }
 
        public function scopedProfileIn( $section ) {
-               return new ScopedCallback( function() {
+               return new ScopedCallback( function () {
                        // no-op
                } );
        }