Prechecker results: error


Overview

(0 errors, 0 warnings)

This section shows the general problems detected when processing the code [More info]


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(0 errors, 0 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]


Javascript coding style problems

(217 errors, 209 warnings)

This section shows the coding style problems detected in the code by eslint [More info]

local/kopere_dashboard/amd/src/backup.js
(#4) Identifier 'backup_animate_scrollTop' is not in camel case. (camelcase)
(#5) 'jQuery' is not defined. (no-undef)
local/kopere_dashboard/amd/src/button_icon.js
(#3) Identifier 'button_id' is not in camel case. (camelcase)
(#4) Identifier 'button_id' is not in camel case. (camelcase)
(#5) Identifier 'button_id' is not in camel case. (camelcase)
local/kopere_dashboard/amd/src/course.js
(#3) Identifier 'courses_enrol_new' is not in camel case. (camelcase)
(#10) Missing semicolon. (@babel/semi)
local/kopere_dashboard/amd/src/dataTables.responsive.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#11) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#22) 'module' is not defined. (no-undef)
(#38) 'module' is not defined. (no-undef)
(#42) 'jQuery' is not defined. (no-undef)
(#44) Shadowing of global property 'undefined'. (no-shadow-restricted-names)
(#113) Expected an error object to be thrown. (no-throw-literal)
(#128) Comments should not begin with a lowercase character. (capitalized-comments)
(#166) Comments should not begin with a lowercase character. (capitalized-comments)
(#183) 'data' is defined but never used. (no-unused-vars)
(#183) 'idx' is defined but never used. (no-unused-vars)
(#214) Do not nest ternary expressions. (no-nested-ternary)
(#255) 'e' is defined but never used. (no-unused-vars)
(#255) 'settings' is defined but never used. (no-unused-vars)
(#255) 'details' is defined but never used. (no-unused-vars)
(#284) Array.prototype.every() expects a return value from function. (array-callback-return)
(#294) Array.prototype.every() expects a return value from function. (array-callback-return)
(#302) 'settings' is defined but never used. (no-unused-vars)
(#302) 'details' is defined but never used. (no-unused-vars)
(#394) Method '_columnsVisiblity' has a complexity of 21. Maximum allowed is 20. (complexity)
(#423) Do not nest ternary expressions. (no-nested-ternary)
(#473) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#526) 'calc' is assigned a value but never used. (no-unused-vars)
(#550) Unnecessary escape character: \-. (no-useless-escape)
(#570) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#580) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#590) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#618) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#623) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#632) Function declared in a loop contains unsafe references to variable(s) 'className', 'hasClass'. (no-loop-func)
(#646) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#757) Comments should not begin with a lowercase character. (capitalized-comments)
(#794) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#798) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#824) Function expected no return value. (consistent-return)
(#842) Expected to return a value at the end of method '_find'. (consistent-return)
(#990) 'tableWidth' is assigned a value but never used. (no-unused-vars)
(#991) 'columnWidths' is assigned a value but never used. (no-unused-vars)
(#994) Comments should not begin with a lowercase character. (capitalized-comments)
(#1104) Comments should not begin with a lowercase character. (capitalized-comments)
(#1145) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1187) Expected to return a value at the end of method 'childRow'. (consistent-return)
(#1194) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1200) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1215) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1232) 'modal' declared on line 1271 column 25 is used outside of binding context. (block-scoped-var)
(#1232) Comments should not begin with a lowercase character. (capitalized-comments)
(#1239) 'modal' declared on line 1271 column 25 is used outside of binding context. (block-scoped-var)
(#1269) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1271) 'modal' is already defined. (no-redeclare)
(#1271) 'modal' declared on line 1239 column 25 is used outside of binding context. (block-scoped-var)
(#1273) 'modal' declared on line 1239 column 25 is used outside of binding context. (block-scoped-var)
(#1273) 'modal' declared on line 1239 column 25 is used outside of binding context. (block-scoped-var)
(#1274) 'modal' declared on line 1239 column 25 is used outside of binding context. (block-scoped-var)
(#1275) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1306) 'data' is assigned a value but never used. (no-unused-vars)
(#1329) Comments should not begin with a lowercase character. (capitalized-comments)
(#1542) 'json' is defined but never used. (no-unused-vars)
local/kopere_dashboard/amd/src/dataTables.scroller.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#11) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#22) 'module' is not defined. (no-undef)
(#38) 'module' is not defined. (no-undef)
(#42) 'jQuery' is not defined. (no-undef)
(#44) Shadowing of global property 'undefined'. (no-shadow-restricted-names)
(#116) Unexpected alert. (no-alert)
(#193) Comments should not begin with a lowercase character. (capitalized-comments)
(#202) Unexpected empty method 'stateSaveThrottle'. (no-empty-function)
(#205) Comments should not begin with a lowercase character. (capitalized-comments)
(#328) Multiple spaces found before '='. (no-multi-spaces)
(#329) Multiple spaces found before '='. (no-multi-spaces)
(#330) Multiple spaces found before '='. (no-multi-spaces)
(#363) Missing JSDoc @param "rowIdx" declaration. (jsdoc/require-param)
(#363) Missing JSDoc @param "intParse" declaration. (jsdoc/require-param)
(#363) Missing JSDoc @param "virtual" declaration. (jsdoc/require-param)
(#366) Expected @param names to be "rowIdx, intParse, virtual". Got "iRow". (jsdoc/check-param-names)
(#376) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#437) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#502) 'e' is defined but never used. (no-unused-vars)
(#503) Unnecessary '.call()'. (no-useless-call)
(#509) Unnecessary '.call()'. (no-useless-call)
(#541) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#645) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#677) Method '_draw' has a complexity of 24. Maximum allowed is 20. (complexity)
(#678) Multiple spaces found before '='. (no-multi-spaces)
(#679) Multiple spaces found before '='. (no-multi-spaces)
(#680) Multiple spaces found before '='. (no-multi-spaces)
(#683) Multiple spaces found before '='. (no-multi-spaces)
(#684) Multiple spaces found before '='. (no-multi-spaces)
(#713) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#716) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#776) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#787) Unnecessary '.call()'. (no-useless-call)
(#800) Missing JSDoc @param "val" declaration. (jsdoc/require-param)
(#813) Comments should not begin with a lowercase character. (capitalized-comments)
(#826) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#830) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#862) Multiple spaces found before '='. (no-multi-spaces)
(#863) Multiple spaces found before '='. (no-multi-spaces)
(#864) Multiple spaces found before '='. (no-multi-spaces)
(#865) Multiple spaces found before '='. (no-multi-spaces)
(#866) Multiple spaces found before '='. (no-multi-spaces)
(#867) Multiple spaces found before '='. (no-multi-spaces)
(#871) Multiple spaces found before '='. (no-multi-spaces)
(#872) Multiple spaces found before '='. (no-multi-spaces)
(#873) Multiple spaces found before '='. (no-multi-spaces)
(#874) Multiple spaces found before '='. (no-multi-spaces)
(#875) Multiple spaces found before '='. (no-multi-spaces)
(#881) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#889) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#898) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#951) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#954) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#957) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#974) Method '_scroll' has a complexity of 23. Maximum allowed is 20. (complexity)
(#975) Multiple spaces found before '='. (no-multi-spaces)
(#976) Multiple spaces found before '='. (no-multi-spaces)
(#1040) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1047) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1077) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1087) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1257) Expected to return a value at the end of function. (consistent-return)
(#1263) Comments should not begin with a lowercase character. (capitalized-comments)
(#1267) Expected to return a value at the end of function. (consistent-return)
(#1273) Comments should not begin with a lowercase character. (capitalized-comments)
(#1314) Expected to return a value at the end of function. (consistent-return)
(#1320) Comments should not begin with a lowercase character. (capitalized-comments)
local/kopere_dashboard/amd/src/dataTables_init.js
(#10) Identifier 'dataTables_init' is not in camel case. (camelcase)
(#14) Identifier 'params_json' is not in camel case. (camelcase)
(#35) 'row' is defined but never used. (no-unused-vars)
(#35) 'info' is defined but never used. (no-unused-vars)
(#45) 'row' is defined but never used. (no-unused-vars)
(#45) 'info' is defined but never used. (no-unused-vars)
(#52) 'row' is defined but never used. (no-unused-vars)
(#52) 'info' is defined but never used. (no-unused-vars)
(#57) Use '===' to compare with null. (no-eq-null)
(#74) 'row' is defined but never used. (no-unused-vars)
(#74) 'info' is defined but never used. (no-unused-vars)
(#83) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#102) 'row' is defined but never used. (no-unused-vars)
(#102) 'info' is defined but never used. (no-unused-vars)
(#111) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#134) 'row' is defined but never used. (no-unused-vars)
(#134) 'info' is defined but never used. (no-unused-vars)
(#155) 'row' is defined but never used. (no-unused-vars)
(#155) 'info' is defined but never used. (no-unused-vars)
(#177) 'row' is defined but never used. (no-unused-vars)
(#177) 'info' is defined but never used. (no-unused-vars)
(#197) 'row' is defined but never used. (no-unused-vars)
(#197) 'info' is defined but never used. (no-unused-vars)
(#208) 'row' is defined but never used. (no-unused-vars)
(#208) 'info' is defined but never used. (no-unused-vars)
(#217) 'row' is defined but never used. (no-unused-vars)
(#217) 'info' is defined but never used. (no-unused-vars)
(#247) 'row' is defined but never used. (no-unused-vars)
(#247) 'info' is defined but never used. (no-unused-vars)
(#343) Identifier 'print_text' is not in camel case. (camelcase)
(#344) Identifier 'copy_text' is not in camel case. (camelcase)
(#345) Identifier 'csv_text' is not in camel case. (camelcase)
(#358) Unquoted number literal '0' used as key. (quote-props)
(#359) Unquoted number literal '1' used as key. (quote-props)
(#404) Identifier 'count_error' is not in camel case. (camelcase)
(#405) 'settings' is defined but never used. (no-unused-vars)
(#405) 'helpPage' is defined but never used. (no-unused-vars)
(#405) 'message' is defined but never used. (no-unused-vars)
(#406) Identifier 'count_error' is not in camel case. (camelcase)
(#411) This line has a length of 140. Maximum allowed is 132. (max-len)
(#425) Identifier 'count_error' is not in camel case. (camelcase)
(#428) 'settings' is defined but never used. (no-unused-vars)
(#428) 'json' is defined but never used. (no-unused-vars)
(#451) Identifier 'dataTables_init' is not in camel case. (camelcase)
(#451) Missing semicolon. (@babel/semi)
(#455) Identifier '_click_internal' is not in camel case. (camelcase)
(#464) Identifier 'dataTables_init' is not in camel case. (camelcase)
local/kopere_dashboard/amd/src/form_exec.js
(#4) Identifier 'form_close_and_auto_submit_input' is not in camel case. (camelcase)
local/kopere_dashboard/amd/src/form_popup.js
(#5) 'validator' is defined but never used. (no-unused-vars)
local/kopere_dashboard/amd/src/monitor.js
(#10) Each then() should return a value or throw (promise/always-return)
(#11) Missing semicolon. (@babel/semi)
(#12) Each then() should return a value or throw (promise/always-return)
(#13) Unexpected console statement. (no-console)
local/kopere_dashboard/amd/src/notifications.js
(#4) Identifier 'notifications_add_form_extra' is not in camel case. (camelcase)
(#15) Identifier 'notifications_settings_load_template' is not in camel case. (camelcase)
(#17) Identifier 'loaded_data' is not in camel case. (camelcase)
(#19) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#19) Identifier 'replace_tags' is not in camel case. (camelcase)
(#21) Identifier 'loaded_data' is not in camel case. (camelcase)
(#22) Identifier 'loaded_data' is not in camel case. (camelcase)
(#23) Identifier 'loaded_data' is not in camel case. (camelcase)
(#24) Identifier 'loaded_data' is not in camel case. (camelcase)
(#25) Identifier 'loaded_data' is not in camel case. (camelcase)
(#32) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#32) Identifier 'notificacaotemplate_change' is not in camel case. (camelcase)
(#34) This line has a length of 157. Maximum allowed is 132. (max-len)
(#37) Identifier 'loaded_data' is not in camel case. (camelcase)
local/kopere_dashboard/amd/src/online_app.js
(#16) Unexpected console statement. (no-console)
(#17) Unexpected console statement. (no-console)
(#20) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#22) Unexpected console statement. (no-console)
(#41) Unexpected console statement. (no-console)
(#59) Unexpected console statement. (no-console)
(#63) Unexpected console statement. (no-console)
(#66) Comments should not begin with a lowercase character. (capitalized-comments)
(#69) Unexpected console statement. (no-console)
(#74) Comments should not begin with a lowercase character. (capitalized-comments)
(#74) Expected space or tab after '//' in comment. (spaced-comment)
(#84) Expected { after 'if' condition. (curly)
(#96) Unexpected console statement. (no-console)
(#100) Expected { after 'if' condition. (curly)
(#102) Expected { after 'if' condition. (curly)
(#110) Expected { after 'if' condition. (curly)
(#115) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#124) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#141) Missing JSDoc comment. (jsdoc/require-jsdoc)
local/kopere_dashboard/amd/src/popup.js
(#24) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#25) '$' is not defined. (no-undef)
(#26) '$' is not defined. (no-undef)
(#35) '$' is not defined. (no-undef)
(#36) '$' is not defined. (no-undef)
(#39) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#40) '$' is not defined. (no-undef)
(#42) '$' is not defined. (no-undef)
(#43) '$' is not defined. (no-undef)
(#47) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#48) '$' is not defined. (no-undef)
(#50) Expected { after 'if' condition. (curly)
(#52) '$' is not defined. (no-undef)
(#54) Expected { after 'if' condition. (curly)
(#59) '$' is not defined. (no-undef)
(#61) '$' is not defined. (no-undef)
local/kopere_dashboard/amd/src/start_load.js
(#2) 'maskedinput' is defined but never used. (no-unused-vars)
(#2) 'validate' is defined but never used. (no-unused-vars)
(#2) 'iosCheckbox' is defined but never used. (no-unused-vars)
(#6) Comments should not begin with a lowercase character. (capitalized-comments)
(#9) Comments should not begin with a lowercase character. (capitalized-comments)
(#31) Expected { after 'if' condition. (curly)
(#36) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#55) Unnecessary escape character: \ . (no-useless-escape)
(#55) Unnecessary escape character: \-. (no-useless-escape)
(#60) Identifier 'val_phone' is not in camel case. (camelcase)
(#64) Unnecessary escape character: \ . (no-useless-escape)
(#64) Unnecessary escape character: \ . (no-useless-escape)
(#64) Unnecessary escape character: \-. (no-useless-escape)
(#69) Identifier 'val_celphone' is not in camel case. (camelcase)
(#73) Unnecessary escape character: \-. (no-useless-escape)
(#77) Identifier 'val_cep' is not in camel case. (camelcase)
(#81) Unnecessary escape character: \-. (no-useless-escape)
(#85) Identifier 'val_cpf' is not in camel case. (camelcase)
(#93) Identifier 'val_email' is not in camel case. (camelcase)
(#106) Identifier 'val_password' is not in camel case. (camelcase)
(#119) Identifier 'val_nome' is not in camel case. (camelcase)
(#123) Unnecessary escape character: \-. (no-useless-escape)
(#127) Identifier 'val_cnpj' is not in camel case. (camelcase)
(#129) Comments should not begin with a lowercase character. (capitalized-comments)
(#148) Unnecessary semicolon. (no-extra-semi)
local/kopere_dashboard/amd/src/useraccess.js
(#3) Identifier 'useraccess_changue_mes' is not in camel case. (camelcase)
(#6) Missing semicolon. (@babel/semi)
local/kopere_dashboard/amd/src/userenrolment.js
(#4) Identifier 'userenrolment_status' is not in camel case. (camelcase)
(#5) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5) Identifier 'timeend_status_change' is not in camel case. (camelcase)
(#17) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#17) Identifier 'status_change' is not in camel case. (camelcase)
local/kopere_dashboard/amd/src/useronline.js
(#4) Identifier 'useronline_status' is not in camel case. (camelcase)
(#5) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5) Identifier 'timeend_status_change' is not in camel case. (camelcase)
(#16) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#16) Identifier 'status_change' is not in camel case. (camelcase)
local/kopere_dashboard/amd/src/webpages.js
(#1) '$ui' is defined but never used. (no-unused-vars)
(#4) Identifier 'load_pages' is not in camel case. (camelcase)
(#6) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#6) Identifier 'webpages_menu_open_click' is not in camel case. (camelcase)
(#32) This line has a length of 135. Maximum allowed is 132. (max-len)
(#48) Identifier 'webpages_page_ajax_get_url' is not in camel case. (camelcase)
(#62) Identifier 'webpages_menu_ajax_get_url' is not in camel case. (camelcase)
(#75) Identifier 'view_page' is not in camel case. (camelcase)
local/kopere_dashboard/assets/dropzone/js/dropzone.js
(#28) 'contentLoaded' is defined but never used. (no-unused-vars)
(#29) Multiple spaces found before '='. (no-multi-spaces)
(#33) Expected { after 'if' condition. (curly)
(#41) A constructor name should not start with a lowercase letter. (new-cap)
(#46) Unexpected empty function. (no-empty-function)
(#50) Unexpected empty function 'Emitter'. (no-empty-function)
(#66) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#66) Unexpected use of comma operator. (no-sequences)
(#127) This line has a length of 454. Maximum allowed is 132. (max-len)
(#189) Use '===' to compare with null. (no-eq-null)
(#191) Use '===' to compare with null. (no-eq-null)
(#208) Use '===' to compare with null. (no-eq-null)
(#208) Use '===' to compare with null. (no-eq-null)
(#211) Use '===' to compare with null. (no-eq-null)
(#213) Use '===' to compare with null. (no-eq-null)
(#242) 'e' is defined but never used. (no-unused-vars)
(#246) 'e' is defined but never used. (no-unused-vars)
(#249) 'e' is defined but never used. (no-unused-vars)
(#252) 'e' is defined but never used. (no-unused-vars)
(#255) 'e' is defined but never used. (no-unused-vars)
(#262) Expected to return a value at the end of method 'addedfile'. (consistent-return)
(#282) This line has a length of 178. Maximum allowed is 132. (max-len)
(#316) Use '===' to compare with null. (no-eq-null)
(#322) Expected to return a value at the end of method 'thumbnail'. (consistent-return)
(#332) '_this' is defined but never used. (no-unused-vars)
(#339) Expected to return a value at the end of method 'error'. (consistent-return)
(#343) Invalid typeof comparison value. (valid-typeof)
(#356) Expected to return a value at the end of method 'processing'. (consistent-return)
(#360) Return statement should not contain assignment. (no-return-assign)
(#365) Expected to return a value at the end of method 'uploadprogress'. (consistent-return)
(#365) 'bytesSent' is defined but never used. (no-unused-vars)
(#384) Expected to return a value at the end of method 'success'. (consistent-return)
(#394) Expected to return a value at the end of method 'complete'. (consistent-return)
(#417) This line has a length of 180. Maximum allowed is 132. (max-len)
(#421) This line has a length of 820. Maximum allowed is 132. (max-len)
(#426) This line has a length of 180. Maximum allowed is 132. (max-len)
(#430) This line has a length of 166. Maximum allowed is 132. (max-len)
(#431) This line has a length of 934. Maximum allowed is 132. (max-len)
(#441) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#441) Unexpected use of comma operator. (no-sequences)
(#463) Use '===' to compare with null. (no-eq-null)
(#471) Use '===' to compare with null. (no-eq-null)
(#472) Use '===' to compare with null. (no-eq-null)
(#476) Use '===' to compare with null. (no-eq-null)
(#483) This line has a length of 134. Maximum allowed is 132. (max-len)
(#580) This line has a length of 164. Maximum allowed is 132. (max-len)
(#590) Use '===' to compare with null. (no-eq-null)
(#594) Use '===' to compare with null. (no-eq-null)
(#597) Use '===' to compare with null. (no-eq-null)
(#623) Use '===' to compare with null. (no-eq-null)
(#645) Expected to return a value at the end of function. (consistent-return)
(#645) 'file' is defined but never used. (no-unused-vars)
(#646) This line has a length of 142. Maximum allowed is 132. (max-len)
(#658) Return statement should not contain assignment. (no-return-assign)
(#681) Empty block statement. (no-empty)
(#713) This line has a length of 191. Maximum allowed is 132. (max-len)
(#730) Use '===' to compare with null. (no-eq-null)
(#767) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#774) This line has a length of 213. Maximum allowed is 132. (max-len)
(#777) This line has a length of 170. Maximum allowed is 132. (max-len)
(#783) Use '===' to compare with null. (no-eq-null)
(#786) Expected to return a value at the end of function. (consistent-return)
(#788) Expected to return a value at the end of function. (consistent-return)
(#800) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#812) Function declared in a loop contains unsafe references to variable(s) 'elementListeners', 'event', 'listener', 'event', 'elementListeners', 'event', 'listener'. (no-loop-func)
(#832) Function declared in a loop contains unsafe references to variable(s) 'elementListeners', 'event', 'listener', 'event', 'elementListeners', 'event', 'listener'. (no-loop-func)
(#870) Expected { after 'if' condition. (curly)
(#878) Use '===' to compare with null. (no-eq-null)
(#898) Use '===' to compare with null. (no-eq-null)
(#908) Use '===' to compare with null. (no-eq-null)
(#908) Do not nest ternary expressions. (no-nested-ternary)
(#908) Use '===' to compare with null. (no-eq-null)
(#908) Use '===' to compare with null. (no-eq-null)
(#914) Function expected no return value. (consistent-return)
(#933) Use '===' to compare with null. (no-eq-null)
(#941) Use '===' to compare with null. (no-eq-null)
(#942) Use '===' to compare with null. (no-eq-null)
(#968) Function expected no return value. (consistent-return)
(#977) This line has a length of 149. Maximum allowed is 132. (max-len)
(#977) Do not nest ternary expressions. (no-nested-ternary)
(#977) Unexpected console statement. (no-console)
(#977) Unexpected console statement. (no-console)
(#983) This line has a length of 178. Maximum allowed is 132. (max-len)
(#986) Use '===' to compare with null. (no-eq-null)
(#1029) Expected to return a value at the end of function. (consistent-return)
(#1048) Expected to return a value at the end of function. (consistent-return)
(#1049) This line has a length of 147. Maximum allowed is 132. (max-len)
(#1064) Function expected no return value. (consistent-return)
(#1072) Expected to return a value at the end of function. (consistent-return)
(#1085) Use '===' to compare with null. (no-eq-null)
(#1100) Missing '()' invoking a constructor. (new-parens)
(#1105) Use '===' to compare with null. (no-eq-null)
(#1110) Function expected no return value. (consistent-return)
(#1120) Expected to return a value at the end of function. (consistent-return)
(#1125) Use '===' to compare with null. (no-eq-null)
(#1128) Use '===' to compare with null. (no-eq-null)
(#1135) This line has a length of 318. Maximum allowed is 132. (max-len)
(#1135) Use '===' to compare with null. (no-eq-null)
(#1135) Use '===' to compare with null. (no-eq-null)
(#1135) Use '===' to compare with null. (no-eq-null)
(#1135) Use '===' to compare with null. (no-eq-null)
(#1138) Use '===' to compare with null. (no-eq-null)
(#1143) Use '===' to compare with null. (no-eq-null)
(#1146) Return statement should not contain assignment. (no-return-assign)
(#1162) Function expected no return value. (consistent-return)
(#1194) Return statement should not contain assignment. (no-return-assign)
(#1194) 'files' is assigned a value but never used. (no-unused-vars)
(#1208) Expected to return a value at the end of function. (consistent-return)
(#1238) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1238) Unexpected use of comma operator. (no-sequences)
(#1249) Function has a complexity of 23. Maximum allowed is 20. (complexity)
(#1269) This line has a length of 157. Maximum allowed is 132. (max-len)
(#1277) Use '===' to compare with null. (no-eq-null)
(#1307) Function expected no return value. (consistent-return)
(#1320) This line has a length of 134. Maximum allowed is 132. (max-len)
(#1320) Unexpected use of '~'. (no-bitwise)
(#1330) Function expected no return value. (consistent-return)
(#1332) Function expected no return value. (consistent-return)
(#1336) '_this' is defined but never used. (no-unused-vars)
(#1341) Function expected no return value. (consistent-return)
(#1344) Use '===' to compare with null. (no-eq-null)
(#1385) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#1389) This line has a length of 136. Maximum allowed is 132. (max-len)
(#1400) 'files' is defined but never used. (no-unused-vars)
(#1404) Expected to return a value at the end of function. (consistent-return)
(#1421) Expected to return a value at the end of function. (consistent-return)
(#1460) Use '===' to compare with null. (no-eq-null)
(#1460) Use '===' to compare with null. (no-eq-null)
(#1461) This line has a length of 238. Maximum allowed is 132. (max-len)
(#1537) Unnecessary escape character: \-. (no-useless-escape)
(#1553) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1565) Use '===' to compare with null. (no-eq-null)
(#1568) Use '===' to compare with null. (no-eq-null)
(#1584) 'e' is assigned a value but never used. (no-unused-vars)
(#1594) Use '===' to compare with null. (no-eq-null)
(#1597) Use '===' to compare with null. (no-eq-null)
(#1598) This line has a length of 143. Maximum allowed is 132. (max-len)
(#1603) Expected to return a value at the end of function. (consistent-return)
(#1604) Unexpected confirm. (no-alert)
(#1606) Use '===' to compare with null. (no-eq-null)
(#1639) 'jQuery' is not defined. (no-undef)
(#1640) 'jQuery' is not defined. (no-undef)
(#1647) 'module' is not defined. (no-undef)
(#1648) 'module' is not defined. (no-undef)
(#1671) 'iw' is assigned a value but never used. (no-unused-vars)
(#1689) Unexpected use of '>>'. (no-bitwise)

CSS problems

(7480 errors, 118 warnings)

This section shows CSS problems detected by stylelint [More info]

local/kopere_dashboard/styles.css
(#2535) Invalid value for "margin-top" (csstree/validator)
(#2787) Invalid value for "margin-top" (csstree/validator)
(#3357) Can't parse value "alpha(opacity=65)" (csstree/validator)
(#4028) Invalid value for "border-top" (csstree/validator)
(#4171) Invalid value for "border-bottom" (csstree/validator)
(#7062) Can't parse value "alpha(opacity=20)" (csstree/validator)
(#7072) Can't parse value "alpha(opacity=50)" (csstree/validator)
(#7151) Can't parse value "alpha(opacity=0)" (csstree/validator)
(#7156) Can't parse value "alpha(opacity=50)" (csstree/validator)
(#7256) Can't parse value "alpha(opacity=0)" (csstree/validator)
(#7262) Can't parse value "alpha(opacity=90)" (csstree/validator)
(#7630) Can't parse value "alpha(opacity=50)" (csstree/validator)
(#7659) Can't parse value "alpha(opacity=90)" (csstree/validator)
(#7728) Invalid value for "background-color" (csstree/validator)
(#8501) Invalid value for "display" (csstree/validator)
(#9364) Invalid value for "background" (csstree/validator)
(#11261) Invalid value for "display" (csstree/validator)
(#11601) Can't parse value "Alpha(Opacity=75)" (csstree/validator)
(#268) Expected empty line before at-rule (at-rule-empty-line-before)
(#611) Expected empty line before at-rule (at-rule-empty-line-before)
(#838) Expected empty line before at-rule (at-rule-empty-line-before)
(#1014) Expected empty line before at-rule (at-rule-empty-line-before)
(#1020) Expected empty line before at-rule (at-rule-empty-line-before)
(#1026) Expected empty line before at-rule (at-rule-empty-line-before)
(#1375) Expected empty line before at-rule (at-rule-empty-line-before)
(#1607) Expected empty line before at-rule (at-rule-empty-line-before)
(#1839) Expected empty line before at-rule (at-rule-empty-line-before)
(#2427) Expected empty line before at-rule (at-rule-empty-line-before)
(#2637) Expected empty line before at-rule (at-rule-empty-line-before)
(#3269) Expected empty line before at-rule (at-rule-empty-line-before)
(#3281) Expected empty line before at-rule (at-rule-empty-line-before)
(#3288) Expected empty line before at-rule (at-rule-empty-line-before)
(#4181) Expected empty line before at-rule (at-rule-empty-line-before)
(#4744) Expected empty line before at-rule (at-rule-empty-line-before)
(#4766) Expected empty line before at-rule (at-rule-empty-line-before)
(#4827) Expected empty line before at-rule (at-rule-empty-line-before)
(#4855) Expected empty line before at-rule (at-rule-empty-line-before)
(#4891) Expected empty line before at-rule (at-rule-empty-line-before)
(#4897) Expected empty line before at-rule (at-rule-empty-line-before)
(#4917) Expected empty line before at-rule (at-rule-empty-line-before)
(#4952) Expected empty line before at-rule (at-rule-empty-line-before)
(#4971) Expected empty line before at-rule (at-rule-empty-line-before)
(#4989) Expected empty line before at-rule (at-rule-empty-line-before)
(#5004) Expected empty line before at-rule (at-rule-empty-line-before)
(#5041) Expected empty line before at-rule (at-rule-empty-line-before)
(#5077) Expected empty line before at-rule (at-rule-empty-line-before)
(#5093) Expected empty line before at-rule (at-rule-empty-line-before)
(#5122) Expected empty line before at-rule (at-rule-empty-line-before)
(#5147) Expected empty line before at-rule (at-rule-empty-line-before)
(#5213) Expected empty line before at-rule (at-rule-empty-line-before)
(#5223) Expected empty line before at-rule (at-rule-empty-line-before)
(#5267) Expected empty line before at-rule (at-rule-empty-line-before)
(#5275) Expected empty line before at-rule (at-rule-empty-line-before)
(#5368) Expected empty line before at-rule (at-rule-empty-line-before)
(#5505) Expected empty line before at-rule (at-rule-empty-line-before)
(#5855) Expected empty line before at-rule (at-rule-empty-line-before)
(#6006) Expected empty line before at-rule (at-rule-empty-line-before)
(#6014) Expected empty line before at-rule (at-rule-empty-line-before)
(#6022) Expected empty line before at-rule (at-rule-empty-line-before)
(#7209) Expected empty line before at-rule (at-rule-empty-line-before)
(#7228) Expected empty line before at-rule (at-rule-empty-line-before)
(#7538) Expected empty line before at-rule (at-rule-empty-line-before)
(#7757) Expected empty line before at-rule (at-rule-empty-line-before)
(#7973) Expected empty line before at-rule (at-rule-empty-line-before)
(#7993) Expected empty line before at-rule (at-rule-empty-line-before)
(#7999) Expected empty line before at-rule (at-rule-empty-line-before)
(#8005) Expected empty line before at-rule (at-rule-empty-line-before)
(#8011) Expected empty line before at-rule (at-rule-empty-line-before)
(#8031) Expected empty line before at-rule (at-rule-empty-line-before)
(#8037) Expected empty line before at-rule (at-rule-empty-line-before)
(#8043) Expected empty line before at-rule (at-rule-empty-line-before)
(#8049) Expected empty line before at-rule (at-rule-empty-line-before)
(#8069) Expected empty line before at-rule (at-rule-empty-line-before)
(#8075) Expected empty line before at-rule (at-rule-empty-line-before)
(#8081) Expected empty line before at-rule (at-rule-empty-line-before)
(#8087) Expected empty line before at-rule (at-rule-empty-line-before)
(#8107) Expected empty line before at-rule (at-rule-empty-line-before)
(#8113) Expected empty line before at-rule (at-rule-empty-line-before)
(#8119) Expected empty line before at-rule (at-rule-empty-line-before)
(#8125) Expected empty line before at-rule (at-rule-empty-line-before)
(#8131) Expected empty line before at-rule (at-rule-empty-line-before)
(#8137) Expected empty line before at-rule (at-rule-empty-line-before)
(#8143) Expected empty line before at-rule (at-rule-empty-line-before)
(#8153) Expected empty line before at-rule (at-rule-empty-line-before)
(#8177) Expected empty line before at-rule (at-rule-empty-line-before)
(#8187) Expected empty line before at-rule (at-rule-empty-line-before)
(#8197) Expected empty line before at-rule (at-rule-empty-line-before)
(#8203) Expected empty line before at-rule (at-rule-empty-line-before)
(#8220) Expected empty line before at-rule (at-rule-empty-line-before)
(#8228) Expected empty line before at-rule (at-rule-empty-line-before)
(#8436) Expected empty line before at-rule (at-rule-empty-line-before)
(#8516) Expected empty line before at-rule (at-rule-empty-line-before)
(#8576) Expected empty line before at-rule (at-rule-empty-line-before)
(#8584) Expected empty line before at-rule (at-rule-empty-line-before)
(#8589) Expected empty line before at-rule (at-rule-empty-line-before)
(#8594) Expected empty line before at-rule (at-rule-empty-line-before)
(#8599) Expected empty line before at-rule (at-rule-empty-line-before)
(#8649) Expected empty line before at-rule (at-rule-empty-line-before)
(#8800) Expected empty line before at-rule (at-rule-empty-line-before)
(#8881) Expected empty line before at-rule (at-rule-empty-line-before)
(#8922) Expected empty line before at-rule (at-rule-empty-line-before)
(#8927) Expected empty line before at-rule (at-rule-empty-line-before)
(#8935) Expected empty line before at-rule (at-rule-empty-line-before)
(#8943) Expected empty line before at-rule (at-rule-empty-line-before)
(#9042) Expected empty line before at-rule (at-rule-empty-line-before)
(#9209) Expected empty line before at-rule (at-rule-empty-line-before)
(#9220) Expected empty line before at-rule (at-rule-empty-line-before)
(#9415) Expected empty line before at-rule (at-rule-empty-line-before)
(#9425) Expected empty line before at-rule (at-rule-empty-line-before)
(#9438) Expected empty line before at-rule (at-rule-empty-line-before)
(#9443) Expected empty line before at-rule (at-rule-empty-line-before)
(#9449) Expected empty line before at-rule (at-rule-empty-line-before)
(#9455) Expected empty line before at-rule (at-rule-empty-line-before)
(#9461) Expected empty line before at-rule (at-rule-empty-line-before)
(#9812) Expected empty line before at-rule (at-rule-empty-line-before)
(#9817) Expected empty line before at-rule (at-rule-empty-line-before)
(#9822) Expected empty line before at-rule (at-rule-empty-line-before)
(#9896) Expected empty line before at-rule (at-rule-empty-line-before)
(#9901) Expected empty line before at-rule (at-rule-empty-line-before)
(#9909) Expected empty line before at-rule (at-rule-empty-line-before)
(#9947) Expected empty line before at-rule (at-rule-empty-line-before)
(#10132) Expected empty line before at-rule (at-rule-empty-line-before)
(#10249) Expected empty line before at-rule (at-rule-empty-line-before)
(#10262) Expected empty line before at-rule (at-rule-empty-line-before)
(#10288) Expected empty line before at-rule (at-rule-empty-line-before)
(#10314) Expected empty line before at-rule (at-rule-empty-line-before)
(#10340) Expected empty line before at-rule (at-rule-empty-line-before)
(#10358) Expected empty line before at-rule (at-rule-empty-line-before)
(#10376) Expected empty line before at-rule (at-rule-empty-line-before)
(#10394) Expected empty line before at-rule (at-rule-empty-line-before)
(#10417) Expected empty line before at-rule (at-rule-empty-line-before)
(#10440) Expected empty line before at-rule (at-rule-empty-line-before)
(#11026) Expected empty line before at-rule (at-rule-empty-line-before)
(#11104) Expected empty line before at-rule (at-rule-empty-line-before)
(#11278) Expected empty line before at-rule (at-rule-empty-line-before)
(#11364) Expected empty line before at-rule (at-rule-empty-line-before)
(#11735) Expected empty line before at-rule (at-rule-empty-line-before)
(#4028) Unexpected duplicate "border-top" (declaration-block-no-duplicate-properties)
(#4171) Unexpected duplicate "border-bottom" (declaration-block-no-duplicate-properties)
(#6061) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#6062) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#6081) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#6082) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#6091) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#6092) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#6101) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#6102) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#6111) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#6112) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#7037) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#7452) Unexpected duplicate "border-top-color" (declaration-block-no-duplicate-properties)
(#7469) Unexpected duplicate "border-right-color" (declaration-block-no-duplicate-properties)
(#7487) Unexpected duplicate "border-bottom-color" (declaration-block-no-duplicate-properties)
(#7504) Unexpected duplicate "border-left-color" (declaration-block-no-duplicate-properties)
(#7636) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#7637) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#7638) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#7647) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#7648) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#7649) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#7729) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#8501) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#8502) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#9290) Unexpected duplicate "zoom" (declaration-block-no-duplicate-properties)
(#9362) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#9363) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#9364) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#9365) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#9366) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#9921) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#10099) Unexpected duplicate "overflow" (declaration-block-no-duplicate-properties)
(#10517) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#10715) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#11261) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#11262) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#11519) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#11560) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#11561) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#9361) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#9362) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#9363) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#9364) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#9365) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#9366) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#9655) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#9663) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#2535) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#2787) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#4028) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#4171) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#7728) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#288) Unexpected !important (declaration-no-important)
(#313) Unexpected !important (declaration-no-important)
(#317) Unexpected !important (declaration-no-important)
(#323) Unexpected !important (declaration-no-important)
(#329) Unexpected !important (declaration-no-important)
(#741) Unexpected !important (declaration-no-important)
(#747) Unexpected !important (declaration-no-important)
(#751) Unexpected !important (declaration-no-important)
(#757) Unexpected !important (declaration-no-important)
(#761) Unexpected !important (declaration-no-important)
(#767) Unexpected !important (declaration-no-important)
(#771) Unexpected !important (declaration-no-important)
(#777) Unexpected !important (declaration-no-important)
(#2088) Unexpected !important (declaration-no-important)
(#2190) Unexpected !important (declaration-no-important)
(#2191) Unexpected !important (declaration-no-important)
(#2192) Unexpected !important (declaration-no-important)
(#4927) Unexpected !important (declaration-no-important)
(#4928) Unexpected !important (declaration-no-important)
(#4930) Unexpected !important (declaration-no-important)
(#5278) Unexpected !important (declaration-no-important)
(#5282) Unexpected !important (declaration-no-important)
(#6164) Unexpected !important (declaration-no-important)
(#6168) Unexpected !important (declaration-no-important)
(#7903) Unexpected !important (declaration-no-important)
(#7907) Unexpected !important (declaration-no-important)
(#7911) Unexpected !important (declaration-no-important)
(#7915) Unexpected !important (declaration-no-important)
(#7931) Unexpected !important (declaration-no-important)
(#7945) Unexpected !important (declaration-no-important)
(#7971) Unexpected !important (declaration-no-important)
(#7976) Unexpected !important (declaration-no-important)
(#7980) Unexpected !important (declaration-no-important)
(#7984) Unexpected !important (declaration-no-important)
(#7990) Unexpected !important (declaration-no-important)
(#7996) Unexpected !important (declaration-no-important)
(#8002) Unexpected !important (declaration-no-important)
(#8008) Unexpected !important (declaration-no-important)
(#8014) Unexpected !important (declaration-no-important)
(#8018) Unexpected !important (declaration-no-important)
(#8022) Unexpected !important (declaration-no-important)
(#8028) Unexpected !important (declaration-no-important)
(#8034) Unexpected !important (declaration-no-important)
(#8040) Unexpected !important (declaration-no-important)
(#8046) Unexpected !important (declaration-no-important)
(#8052) Unexpected !important (declaration-no-important)
(#8056) Unexpected !important (declaration-no-important)
(#8060) Unexpected !important (declaration-no-important)
(#8066) Unexpected !important (declaration-no-important)
(#8072) Unexpected !important (declaration-no-important)
(#8078) Unexpected !important (declaration-no-important)
(#8084) Unexpected !important (declaration-no-important)
(#8090) Unexpected !important (declaration-no-important)
(#8094) Unexpected !important (declaration-no-important)
(#8098) Unexpected !important (declaration-no-important)
(#8104) Unexpected !important (declaration-no-important)
(#8110) Unexpected !important (declaration-no-important)
(#8116) Unexpected !important (declaration-no-important)
(#8122) Unexpected !important (declaration-no-important)
(#8128) Unexpected !important (declaration-no-important)
(#8134) Unexpected !important (declaration-no-important)
(#8140) Unexpected !important (declaration-no-important)
(#8146) Unexpected !important (declaration-no-important)
(#8151) Unexpected !important (declaration-no-important)
(#8156) Unexpected !important (declaration-no-important)
(#8160) Unexpected !important (declaration-no-important)
(#8164) Unexpected !important (declaration-no-important)
(#8170) Unexpected !important (declaration-no-important)
(#8175) Unexpected !important (declaration-no-important)
(#8180) Unexpected !important (declaration-no-important)
(#8185) Unexpected !important (declaration-no-important)
(#8190) Unexpected !important (declaration-no-important)
(#8195) Unexpected !important (declaration-no-important)
(#8200) Unexpected !important (declaration-no-important)
(#8206) Unexpected !important (declaration-no-important)
(#8578) Unexpected !important (declaration-no-important)
(#8581) Unexpected !important (declaration-no-important)
(#8651) Unexpected !important (declaration-no-important)
(#8699) Unexpected !important (declaration-no-important)
(#9077) Unexpected !important (declaration-no-important)
(#9080) Unexpected !important (declaration-no-important)
(#9115) Unexpected !important (declaration-no-important)
(#9235) Unexpected !important (declaration-no-important)
(#9238) Unexpected !important (declaration-no-important)
(#9242) Unexpected !important (declaration-no-important)
(#9325) Unexpected !important (declaration-no-important)
(#9327) Unexpected !important (declaration-no-important)
(#9331) Unexpected !important (declaration-no-important)
(#9337) Unexpected !important (declaration-no-important)
(#9342) Unexpected !important (declaration-no-important)
(#9398) Unexpected !important (declaration-no-important)
(#9399) Unexpected !important (declaration-no-important)
(#9511) Unexpected !important (declaration-no-important)
(#9832) Unexpected !important (declaration-no-important)
(#9949) Unexpected !important (declaration-no-important)
(#9993) Unexpected !important (declaration-no-important)
(#9998) Unexpected !important (declaration-no-important)
(#10053) Unexpected !important (declaration-no-important)
(#10138) Unexpected !important (declaration-no-important)
(#10148) Unexpected !important (declaration-no-important)
(#10752) Unexpected !important (declaration-no-important)
(#11115) Unexpected !important (declaration-no-important)
(#11119) Unexpected !important (declaration-no-important)
(#11214) Unexpected !important (declaration-no-important)
(#11234) Unexpected !important (declaration-no-important)
(#11237) Unexpected !important (declaration-no-important)
(#11240) Unexpected !important (declaration-no-important)
(#11368) Unexpected !important (declaration-no-important)
(#11373) Unexpected !important (declaration-no-important)
(#11391) Unexpected !important (declaration-no-important)
(#11402) Unexpected !important (declaration-no-important)
(#11407) Unexpected !important (declaration-no-important)
(#11408) Unexpected !important (declaration-no-important)
(#11413) Unexpected !important (declaration-no-important)
(#11442) Unexpected !important (declaration-no-important)
(#11451) Unexpected !important (declaration-no-important)
(#11477) Unexpected !important (declaration-no-important)
(#11490) Unexpected !important (declaration-no-important)
(#11493) Unexpected !important (declaration-no-important)
(#11496) Unexpected !important (declaration-no-important)
(#11616) Unexpected !important (declaration-no-important)
(#11723) Unexpected !important (declaration-no-important)
(#11730) Unexpected !important (declaration-no-important)
(#11731) Unexpected !important (declaration-no-important)
(#11732) Unexpected !important (declaration-no-important)
(#11789) Unexpected !important (declaration-no-important)
(#11867) Unexpected !important (declaration-no-important)
(#157) Unexpected duplicate name monospace (font-family-no-duplicate-names)
(#11601) Expected "Alpha" to be "alpha" (function-name-case)
(#8383) Unexpected URL scheme "data:" (function-url-scheme-disallowed-list)
(#9259) Unexpected URL scheme "data:" (function-url-scheme-disallowed-list)
(#9262) Unexpected URL scheme "data:" (function-url-scheme-disallowed-list)
(#9265) Unexpected URL scheme "data:" (function-url-scheme-disallowed-list)
(#9272) Unexpected URL scheme "data:" (function-url-scheme-disallowed-list)
(#9275) Unexpected URL scheme "data:" (function-url-scheme-disallowed-list)
(#10762) Unexpected URL scheme "data:" (function-url-scheme-disallowed-list)
(#10273) Unexpected unit (length-zero-no-unit)
(#10274) Unexpected unit (length-zero-no-unit)
(#10275) Unexpected unit (length-zero-no-unit)
(#10276) Unexpected unit (length-zero-no-unit)
(#10277) Unexpected unit (length-zero-no-unit)
(#10299) Unexpected unit (length-zero-no-unit)
(#10300) Unexpected unit (length-zero-no-unit)
(#10301) Unexpected unit (length-zero-no-unit)
(#10302) Unexpected unit (length-zero-no-unit)
(#10303) Unexpected unit (length-zero-no-unit)
(#10325) Unexpected unit (length-zero-no-unit)
(#10326) Unexpected unit (length-zero-no-unit)
(#10327) Unexpected unit (length-zero-no-unit)
(#10328) Unexpected unit (length-zero-no-unit)
(#10329) Unexpected unit (length-zero-no-unit)
(#10351) Unexpected unit (length-zero-no-unit)
(#10352) Unexpected unit (length-zero-no-unit)
(#10353) Unexpected unit (length-zero-no-unit)
(#10354) Unexpected unit (length-zero-no-unit)
(#10355) Unexpected unit (length-zero-no-unit)
(#10369) Unexpected unit (length-zero-no-unit)
(#10370) Unexpected unit (length-zero-no-unit)
(#10371) Unexpected unit (length-zero-no-unit)
(#10372) Unexpected unit (length-zero-no-unit)
(#10373) Unexpected unit (length-zero-no-unit)
(#10387) Unexpected unit (length-zero-no-unit)
(#10388) Unexpected unit (length-zero-no-unit)
(#10389) Unexpected unit (length-zero-no-unit)
(#10390) Unexpected unit (length-zero-no-unit)
(#10391) Unexpected unit (length-zero-no-unit)
(#3154) Expected line length to be no more than 132 characters (max-line-length)
(#3164) Expected line length to be no more than 132 characters (max-line-length)
(#4760) Expected line length to be no more than 132 characters (max-line-length)
(#4772) Expected line length to be no more than 132 characters (max-line-length)
(#6060) Expected line length to be no more than 132 characters (max-line-length)
(#6061) Expected line length to be no more than 132 characters (max-line-length)
(#6062) Expected line length to be no more than 132 characters (max-line-length)
(#6080) Expected line length to be no more than 132 characters (max-line-length)
(#6081) Expected line length to be no more than 132 characters (max-line-length)
(#6082) Expected line length to be no more than 132 characters (max-line-length)
(#6090) Expected line length to be no more than 132 characters (max-line-length)
(#6091) Expected line length to be no more than 132 characters (max-line-length)
(#6092) Expected line length to be no more than 132 characters (max-line-length)
(#6100) Expected line length to be no more than 132 characters (max-line-length)
(#6101) Expected line length to be no more than 132 characters (max-line-length)
(#6102) Expected line length to be no more than 132 characters (max-line-length)
(#6110) Expected line length to be no more than 132 characters (max-line-length)
(#6111) Expected line length to be no more than 132 characters (max-line-length)
(#6112) Expected line length to be no more than 132 characters (max-line-length)
(#6614) Expected line length to be no more than 132 characters (max-line-length)
(#6616) Expected line length to be no more than 132 characters (max-line-length)
(#6618) Expected line length to be no more than 132 characters (max-line-length)
(#6620) Expected line length to be no more than 132 characters (max-line-length)
(#6622) Expected line length to be no more than 132 characters (max-line-length)
(#6624) Expected line length to be no more than 132 characters (max-line-length)
(#6626) Expected line length to be no more than 132 characters (max-line-length)
(#6628) Expected line length to be no more than 132 characters (max-line-length)
(#6632) Expected line length to be no more than 132 characters (max-line-length)
(#6634) Expected line length to be no more than 132 characters (max-line-length)
(#6636) Expected line length to be no more than 132 characters (max-line-length)
(#6638) Expected line length to be no more than 132 characters (max-line-length)
(#6640) Expected line length to be no more than 132 characters (max-line-length)
(#6642) Expected line length to be no more than 132 characters (max-line-length)
(#6644) Expected line length to be no more than 132 characters (max-line-length)
(#6646) Expected line length to be no more than 132 characters (max-line-length)
(#6676) Expected line length to be no more than 132 characters (max-line-length)
(#6678) Expected line length to be no more than 132 characters (max-line-length)
(#6680) Expected line length to be no more than 132 characters (max-line-length)
(#6682) Expected line length to be no more than 132 characters (max-line-length)
(#6694) Expected line length to be no more than 132 characters (max-line-length)
(#6696) Expected line length to be no more than 132 characters (max-line-length)
(#6698) Expected line length to be no more than 132 characters (max-line-length)
(#6700) Expected line length to be no more than 132 characters (max-line-length)
(#8848) Expected line length to be no more than 132 characters (max-line-length)
(#8865) Expected line length to be no more than 132 characters (max-line-length)
(#9330) Expected line length to be no more than 132 characters (max-line-length)
(#9335) Expected line length to be no more than 132 characters (max-line-length)
(#9341) Expected line length to be no more than 132 characters (max-line-length)
(#9361) Expected line length to be no more than 132 characters (max-line-length)
(#9362) Expected line length to be no more than 132 characters (max-line-length)
(#9363) Expected line length to be no more than 132 characters (max-line-length)
(#9364) Expected line length to be no more than 132 characters (max-line-length)
(#9365) Expected line length to be no more than 132 characters (max-line-length)
(#9366) Expected line length to be no more than 132 characters (max-line-length)
(#9392) Expected line length to be no more than 132 characters (max-line-length)
(#9393) Expected line length to be no more than 132 characters (max-line-length)
(#9394) Expected line length to be no more than 132 characters (max-line-length)
(#9395) Expected line length to be no more than 132 characters (max-line-length)
(#9656) Expected line length to be no more than 132 characters (max-line-length)
(#9664) Expected line length to be no more than 132 characters (max-line-length)
(#9831) Expected line length to be no more than 132 characters (max-line-length)
(#9839) Expected line length to be no more than 132 characters (max-line-length)
(#9884) Expected line length to be no more than 132 characters (max-line-length)
(#9921) Expected line length to be no more than 132 characters (max-line-length)
(#9964) Expected line length to be no more than 132 characters (max-line-length)
(#10170) Expected line length to be no more than 132 characters (max-line-length)
(#10185) Expected line length to be no more than 132 characters (max-line-length)
(#10202) Expected line length to be no more than 132 characters (max-line-length)
(#10213) Expected line length to be no more than 132 characters (max-line-length)
(#10228) Expected line length to be no more than 132 characters (max-line-length)
(#10577) Expected line length to be no more than 132 characters (max-line-length)
(#10900) Expected line length to be no more than 132 characters (max-line-length)
(#10947) Expected line length to be no more than 132 characters (max-line-length)
(#358) Expected newline after "," (selector-list-comma-newline-after)
(#358) Expected newline after "," (selector-list-comma-newline-after)
(#3154) Expected newline after "," (selector-list-comma-newline-after)
(#3154) Expected newline after "," (selector-list-comma-newline-after)
(#3154) Expected newline after "," (selector-list-comma-newline-after)
(#3154) Expected newline after "," (selector-list-comma-newline-after)
(#3154) Expected newline after "," (selector-list-comma-newline-after)
(#3154) Expected newline after "," (selector-list-comma-newline-after)
(#3164) Expected newline after "," (selector-list-comma-newline-after)
(#3164) Expected newline after "," (selector-list-comma-newline-after)
(#3164) Expected newline after "," (selector-list-comma-newline-after)
(#3164) Expected newline after "," (selector-list-comma-newline-after)
(#3164) Expected newline after "," (selector-list-comma-newline-after)
(#3173) Expected newline after "," (selector-list-comma-newline-after)
(#4760) Expected newline after "," (selector-list-comma-newline-after)
(#4760) Expected newline after "," (selector-list-comma-newline-after)
(#4772) Expected newline after "," (selector-list-comma-newline-after)
(#4772) Expected newline after "," (selector-list-comma-newline-after)
(#5604) Expected newline after "," (selector-list-comma-newline-after)
(#5611) Expected newline after "," (selector-list-comma-newline-after)
(#8354) Expected newline after "," (selector-list-comma-newline-after)
(#8354) Expected newline after "," (selector-list-comma-newline-after)
(#8848) Expected newline after "," (selector-list-comma-newline-after)
(#8848) Expected newline after "," (selector-list-comma-newline-after)
(#8848) Expected newline after "," (selector-list-comma-newline-after)
(#8848) Expected newline after "," (selector-list-comma-newline-after)
(#8848) Expected newline after "," (selector-list-comma-newline-after)
(#8865) Expected newline after "," (selector-list-comma-newline-after)
(#9056) Expected newline after "," (selector-list-comma-newline-after)
(#9145) Expected newline after "," (selector-list-comma-newline-after)
(#9163) Expected newline after "," (selector-list-comma-newline-after)
(#9181) Expected newline after "," (selector-list-comma-newline-after)
(#9199) Expected newline after "," (selector-list-comma-newline-after)
(#9234) Expected newline after "," (selector-list-comma-newline-after)
(#9330) Expected newline after "," (selector-list-comma-newline-after)
(#9335) Expected newline after "," (selector-list-comma-newline-after)
(#9335) Expected newline after "," (selector-list-comma-newline-after)
(#9341) Expected newline after "," (selector-list-comma-newline-after)
(#9831) Expected newline after "," (selector-list-comma-newline-after)
(#9831) Expected newline after "," (selector-list-comma-newline-after)
(#9839) Expected newline after "," (selector-list-comma-newline-after)
(#9839) Expected newline after "," (selector-list-comma-newline-after)
(#9884) Expected newline after "," (selector-list-comma-newline-after)
(#9884) Expected newline after "," (selector-list-comma-newline-after)
(#10202) Expected newline after "," (selector-list-comma-newline-after)
(#10213) Expected newline after "," (selector-list-comma-newline-after)
(#10228) Expected newline after "," (selector-list-comma-newline-after)
(#10271) Expected newline after "," (selector-list-comma-newline-after)
(#10297) Expected newline after "," (selector-list-comma-newline-after)
(#10323) Expected newline after "," (selector-list-comma-newline-after)
(#10463) Expected newline after "," (selector-list-comma-newline-after)
(#10476) Expected newline after "," (selector-list-comma-newline-after)
(#10577) Expected newline after "," (selector-list-comma-newline-after)
(#10622) Expected newline after "," (selector-list-comma-newline-after)
(#10633) Expected newline after "," (selector-list-comma-newline-after)
(#10789) Expected newline after "," (selector-list-comma-newline-after)
(#10853) Expected newline after "," (selector-list-comma-newline-after)
(#10867) Expected newline after "," (selector-list-comma-newline-after)
(#10882) Expected newline after "," (selector-list-comma-newline-after)
(#10891) Expected newline after "," (selector-list-comma-newline-after)
(#10896) Expected newline after "," (selector-list-comma-newline-after)
(#10900) Expected newline after "," (selector-list-comma-newline-after)
(#10900) Expected newline after "," (selector-list-comma-newline-after)
(#10900) Expected newline after "," (selector-list-comma-newline-after)
(#10920) Expected newline after "," (selector-list-comma-newline-after)
(#10928) Expected newline after "," (selector-list-comma-newline-after)
(#10933) Expected newline after "," (selector-list-comma-newline-after)
(#10947) Expected newline after "," (selector-list-comma-newline-after)
(#10947) Expected newline after "," (selector-list-comma-newline-after)
(#10947) Expected newline after "," (selector-list-comma-newline-after)
(#11036) Expected newline after "," (selector-list-comma-newline-after)
(#11039) Expected newline after "," (selector-list-comma-newline-after)
(#11069) Expected newline after "," (selector-list-comma-newline-after)
(#11099) Expected newline after "," (selector-list-comma-newline-after)
(#11149) Expected newline after "," (selector-list-comma-newline-after)
(#11167) Expected newline after "," (selector-list-comma-newline-after)
(#11185) Expected newline after "," (selector-list-comma-newline-after)
(#11203) Expected newline after "," (selector-list-comma-newline-after)
(#11492) Expected newline after "," (selector-list-comma-newline-after)
(#11557) Expected newline after "," (selector-list-comma-newline-after)
(#5) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#61) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#162) Expected indentation of 4 spaces (indentation)
(#174) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#208) Expected indentation of 4 spaces (indentation)
(#214) Expected indentation of 4 spaces (indentation)
(#215) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#223) Expected indentation of 4 spaces (indentation)
(#227) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#230) Expected indentation of 4 spaces (indentation)
(#236) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#242) Expected indentation of 4 spaces (indentation)
(#246) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#251) Expected indentation of 4 spaces (indentation)
(#255) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#266) Expected indentation of 4 spaces (indentation)
(#269) Expected indentation of 4 spaces (indentation)
(#275) Expected indentation of 4 spaces (indentation)
(#270) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#272) Expected indentation of 4 spaces (indentation)
(#273) Expected indentation of 8 spaces (indentation)
(#274) Expected indentation of 8 spaces (indentation)
(#276) Expected indentation of 4 spaces (indentation)
(#279) Expected indentation of 4 spaces (indentation)
(#277) Expected indentation of 4 spaces (indentation)
(#278) Expected indentation of 8 spaces (indentation)
(#280) Expected indentation of 4 spaces (indentation)
(#285) Expected indentation of 4 spaces (indentation)
(#281) Expected indentation of 4 spaces (indentation)
(#282) Expected indentation of 4 spaces (indentation)
(#283) Expected indentation of 4 spaces (indentation)
(#284) Expected indentation of 8 spaces (indentation)
(#286) Expected indentation of 4 spaces (indentation)
(#289) Expected indentation of 4 spaces (indentation)
(#287) Expected indentation of 4 spaces (indentation)
(#288) Expected indentation of 8 spaces (indentation)
(#290) Expected indentation of 4 spaces (indentation)
(#298) Expected indentation of 4 spaces (indentation)
(#291) Expected indentation of 4 spaces (indentation)
(#292) Expected indentation of 4 spaces (indentation)
(#293) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#295) Expected indentation of 4 spaces (indentation)
(#296) Expected indentation of 8 spaces (indentation)
(#297) Expected indentation of 8 spaces (indentation)
(#299) Expected indentation of 4 spaces (indentation)
(#304) Expected indentation of 4 spaces (indentation)
(#300) Expected indentation of 4 spaces (indentation)
(#301) Expected indentation of 4 spaces (indentation)
(#302) Expected indentation of 4 spaces (indentation)
(#303) Expected indentation of 8 spaces (indentation)
(#305) Expected indentation of 4 spaces (indentation)
(#308) Expected indentation of 4 spaces (indentation)
(#306) Expected indentation of 4 spaces (indentation)
(#307) Expected indentation of 8 spaces (indentation)
(#309) Expected indentation of 4 spaces (indentation)
(#314) Expected indentation of 4 spaces (indentation)
(#310) Expected indentation of 4 spaces (indentation)
(#311) Expected indentation of 4 spaces (indentation)
(#312) Expected indentation of 4 spaces (indentation)
(#313) Expected indentation of 8 spaces (indentation)
(#315) Expected indentation of 4 spaces (indentation)
(#318) Expected indentation of 4 spaces (indentation)
(#316) Expected indentation of 4 spaces (indentation)
(#317) Expected indentation of 8 spaces (indentation)
(#319) Expected indentation of 4 spaces (indentation)
(#324) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#321) Expected indentation of 4 spaces (indentation)
(#322) Expected indentation of 4 spaces (indentation)
(#323) Expected indentation of 8 spaces (indentation)
(#325) Expected indentation of 4 spaces (indentation)
(#330) Expected indentation of 4 spaces (indentation)
(#326) Expected indentation of 4 spaces (indentation)
(#327) Expected indentation of 4 spaces (indentation)
(#328) Expected indentation of 4 spaces (indentation)
(#329) Expected indentation of 8 spaces (indentation)
(#334) Expected indentation of 4 spaces (indentation)
(#335) Expected indentation of 4 spaces (indentation)
(#336) Expected indentation of 4 spaces (indentation)
(#342) Expected indentation of 4 spaces (indentation)
(#343) Expected indentation of 4 spaces (indentation)
(#344) Expected indentation of 4 spaces (indentation)
(#354) Expected indentation of 4 spaces (indentation)
(#355) Expected indentation of 4 spaces (indentation)
(#356) Expected indentation of 4 spaces (indentation)
(#380) Expected indentation of 4 spaces (indentation)
(#384) Expected indentation of 4 spaces (indentation)
(#388) Expected indentation of 4 spaces (indentation)
(#392) Expected indentation of 4 spaces (indentation)
(#393) Expected indentation of 4 spaces (indentation)
(#394) Expected indentation of 4 spaces (indentation)
(#395) Expected indentation of 4 spaces (indentation)
(#399) Expected indentation of 4 spaces (indentation)
(#425) Expected indentation of 4 spaces (indentation)
(#426) Expected indentation of 4 spaces (indentation)
(#427) Expected indentation of 4 spaces (indentation)
(#428) Expected indentation of 4 spaces (indentation)
(#478) Expected indentation of 4 spaces (indentation)
(#479) Expected indentation of 4 spaces (indentation)
(#480) Expected indentation of 4 spaces (indentation)
(#494) Expected indentation of 4 spaces (indentation)
(#495) Expected indentation of 4 spaces (indentation)
(#521) Expected indentation of 4 spaces (indentation)
(#535) Expected indentation of 4 spaces (indentation)
(#536) Expected indentation of 4 spaces (indentation)
(#562) Expected indentation of 4 spaces (indentation)
(#568) Expected indentation of 4 spaces (indentation)
(#574) Expected indentation of 4 spaces (indentation)
(#580) Expected indentation of 4 spaces (indentation)
(#586) Expected indentation of 4 spaces (indentation)
(#592) Expected indentation of 4 spaces (indentation)
(#598) Expected indentation of 4 spaces (indentation)
(#602) Expected indentation of 4 spaces (indentation)
(#606) Expected indentation of 4 spaces (indentation)
(#607) Expected indentation of 4 spaces (indentation)
(#608) Expected indentation of 4 spaces (indentation)
(#609) Expected indentation of 4 spaces (indentation)
(#612) Expected indentation of 4 spaces (indentation)
(#615) Expected indentation of 4 spaces (indentation)
(#613) Expected indentation of 4 spaces (indentation)
(#614) Expected indentation of 8 spaces (indentation)
(#621) Expected indentation of 4 spaces (indentation)
(#627) Expected indentation of 4 spaces (indentation)
(#628) Expected indentation of 4 spaces (indentation)
(#632) Expected indentation of 4 spaces (indentation)
(#636) Expected indentation of 4 spaces (indentation)
(#640) Expected indentation of 4 spaces (indentation)
(#644) Expected indentation of 4 spaces (indentation)
(#648) Expected indentation of 4 spaces (indentation)
(#652) Expected indentation of 4 spaces (indentation)
(#656) Expected indentation of 4 spaces (indentation)
(#660) Expected indentation of 4 spaces (indentation)
(#664) Expected indentation of 4 spaces (indentation)
(#668) Expected indentation of 4 spaces (indentation)
(#672) Expected indentation of 4 spaces (indentation)
(#676) Expected indentation of 4 spaces (indentation)
(#680) Expected indentation of 4 spaces (indentation)
(#686) Expected indentation of 4 spaces (indentation)
(#690) Expected indentation of 4 spaces (indentation)
(#696) Expected indentation of 4 spaces (indentation)
(#700) Expected indentation of 4 spaces (indentation)
(#706) Expected indentation of 4 spaces (indentation)
(#710) Expected indentation of 4 spaces (indentation)
(#716) Expected indentation of 4 spaces (indentation)
(#720) Expected indentation of 4 spaces (indentation)
(#726) Expected indentation of 4 spaces (indentation)
(#730) Expected indentation of 4 spaces (indentation)
(#731) Expected indentation of 4 spaces (indentation)
(#737) Expected indentation of 4 spaces (indentation)
(#741) Expected indentation of 4 spaces (indentation)
(#747) Expected indentation of 4 spaces (indentation)
(#751) Expected indentation of 4 spaces (indentation)
(#757) Expected indentation of 4 spaces (indentation)
(#761) Expected indentation of 4 spaces (indentation)
(#767) Expected indentation of 4 spaces (indentation)
(#771) Expected indentation of 4 spaces (indentation)
(#777) Expected indentation of 4 spaces (indentation)
(#781) Expected indentation of 4 spaces (indentation)
(#782) Expected indentation of 4 spaces (indentation)
(#783) Expected indentation of 4 spaces (indentation)
(#789) Expected indentation of 4 spaces (indentation)
(#790) Expected indentation of 4 spaces (indentation)
(#800) Expected indentation of 4 spaces (indentation)
(#804) Expected indentation of 4 spaces (indentation)
(#805) Expected indentation of 4 spaces (indentation)
(#809) Expected indentation of 4 spaces (indentation)
(#810) Expected indentation of 4 spaces (indentation)
(#811) Expected indentation of 4 spaces (indentation)
(#815) Expected indentation of 4 spaces (indentation)
(#816) Expected indentation of 4 spaces (indentation)
(#817) Expected indentation of 4 spaces (indentation)
(#821) Expected indentation of 4 spaces (indentation)
(#822) Expected indentation of 4 spaces (indentation)
(#828) Expected indentation of 4 spaces (indentation)
(#832) Expected indentation of 4 spaces (indentation)
(#836) Expected indentation of 4 spaces (indentation)
(#839) Expected indentation of 4 spaces (indentation)
(#848) Expected indentation of 4 spaces (indentation)
(#840) Expected indentation of 4 spaces (indentation)
(#841) Expected indentation of 8 spaces (indentation)
(#842) Expected indentation of 8 spaces (indentation)
(#843) Expected indentation of 8 spaces (indentation)
(#844) Expected indentation of 8 spaces (indentation)
(#845) Expected indentation of 8 spaces (indentation)
(#846) Expected indentation of 8 spaces (indentation)
(#847) Expected indentation of 8 spaces (indentation)
(#849) Expected indentation of 4 spaces (indentation)
(#852) Expected indentation of 4 spaces (indentation)
(#850) Expected indentation of 4 spaces (indentation)
(#851) Expected indentation of 8 spaces (indentation)
(#858) Expected indentation of 4 spaces (indentation)
(#859) Expected indentation of 4 spaces (indentation)
(#863) Expected indentation of 4 spaces (indentation)
(#867) Expected indentation of 4 spaces (indentation)
(#868) Expected indentation of 4 spaces (indentation)
(#869) Expected indentation of 4 spaces (indentation)
(#870) Expected indentation of 4 spaces (indentation)
(#878) Expected indentation of 4 spaces (indentation)
(#886) Expected indentation of 4 spaces (indentation)
(#887) Expected indentation of 4 spaces (indentation)
(#888) Expected indentation of 4 spaces (indentation)
(#889) Expected indentation of 4 spaces (indentation)
(#897) Expected indentation of 4 spaces (indentation)
(#903) Expected indentation of 4 spaces (indentation)
(#904) Expected indentation of 4 spaces (indentation)
(#905) Expected indentation of 4 spaces (indentation)
(#906) Expected indentation of 4 spaces (indentation)
(#907) Expected indentation of 4 spaces (indentation)
(#921) Expected indentation of 4 spaces (indentation)
(#935) Expected indentation of 4 spaces (indentation)
(#939) Expected indentation of 4 spaces (indentation)
(#940) Expected indentation of 4 spaces (indentation)
(#941) Expected indentation of 4 spaces (indentation)
(#951) Expected indentation of 4 spaces (indentation)
(#955) Expected indentation of 4 spaces (indentation)
(#956) Expected indentation of 4 spaces (indentation)
(#957) Expected indentation of 4 spaces (indentation)
(#958) Expected indentation of 4 spaces (indentation)
(#959) Expected indentation of 4 spaces (indentation)
(#963) Expected indentation of 4 spaces (indentation)
(#964) Expected indentation of 4 spaces (indentation)
(#965) Expected indentation of 4 spaces (indentation)
(#966) Expected indentation of 4 spaces (indentation)
(#967) Expected indentation of 4 spaces (indentation)
(#968) Expected indentation of 4 spaces (indentation)
(#969) Expected indentation of 4 spaces (indentation)
(#973) Expected indentation of 4 spaces (indentation)
(#974) Expected indentation of 4 spaces (indentation)
(#975) Expected indentation of 4 spaces (indentation)
(#976) Expected indentation of 4 spaces (indentation)
(#977) Expected indentation of 4 spaces (indentation)
(#981) Expected indentation of 4 spaces (indentation)
(#982) Expected indentation of 4 spaces (indentation)
(#983) Expected indentation of 4 spaces (indentation)
(#984) Expected indentation of 4 spaces (indentation)
(#985) Expected indentation of 4 spaces (indentation)
(#986) Expected indentation of 4 spaces (indentation)
(#987) Expected indentation of 4 spaces (indentation)
(#988) Expected indentation of 4 spaces (indentation)
(#989) Expected indentation of 4 spaces (indentation)
(#990) Expected indentation of 4 spaces (indentation)
(#991) Expected indentation of 4 spaces (indentation)
(#995) Expected indentation of 4 spaces (indentation)
(#996) Expected indentation of 4 spaces (indentation)
(#997) Expected indentation of 4 spaces (indentation)
(#998) Expected indentation of 4 spaces (indentation)
(#999) Expected indentation of 4 spaces (indentation)
(#1000) Expected indentation of 4 spaces (indentation)
(#1004) Expected indentation of 4 spaces (indentation)
(#1005) Expected indentation of 4 spaces (indentation)
(#1009) Expected indentation of 4 spaces (indentation)
(#1010) Expected indentation of 4 spaces (indentation)
(#1011) Expected indentation of 4 spaces (indentation)
(#1012) Expected indentation of 4 spaces (indentation)
(#1015) Expected indentation of 4 spaces (indentation)
(#1018) Expected indentation of 4 spaces (indentation)
(#1016) Expected indentation of 4 spaces (indentation)
(#1017) Expected indentation of 8 spaces (indentation)
(#1021) Expected indentation of 4 spaces (indentation)
(#1024) Expected indentation of 4 spaces (indentation)
(#1022) Expected indentation of 4 spaces (indentation)
(#1023) Expected indentation of 8 spaces (indentation)
(#1027) Expected indentation of 4 spaces (indentation)
(#1030) Expected indentation of 4 spaces (indentation)
(#1028) Expected indentation of 4 spaces (indentation)
(#1029) Expected indentation of 8 spaces (indentation)
(#1034) Expected indentation of 4 spaces (indentation)
(#1035) Expected indentation of 4 spaces (indentation)
(#1036) Expected indentation of 4 spaces (indentation)
(#1037) Expected indentation of 4 spaces (indentation)
(#1041) Expected indentation of 4 spaces (indentation)
(#1042) Expected indentation of 4 spaces (indentation)
(#1140) Expected indentation of 4 spaces (indentation)
(#1141) Expected indentation of 4 spaces (indentation)
(#1142) Expected indentation of 4 spaces (indentation)
(#1143) Expected indentation of 4 spaces (indentation)
(#1169) Expected indentation of 4 spaces (indentation)
(#1173) Expected indentation of 4 spaces (indentation)
(#1177) Expected indentation of 4 spaces (indentation)
(#1181) Expected indentation of 4 spaces (indentation)
(#1185) Expected indentation of 4 spaces (indentation)
(#1189) Expected indentation of 4 spaces (indentation)
(#1193) Expected indentation of 4 spaces (indentation)
(#1197) Expected indentation of 4 spaces (indentation)
(#1201) Expected indentation of 4 spaces (indentation)
(#1205) Expected indentation of 4 spaces (indentation)
(#1209) Expected indentation of 4 spaces (indentation)
(#1213) Expected indentation of 4 spaces (indentation)
(#1217) Expected indentation of 4 spaces (indentation)
(#1221) Expected indentation of 4 spaces (indentation)
(#1225) Expected indentation of 4 spaces (indentation)
(#1229) Expected indentation of 4 spaces (indentation)
(#1233) Expected indentation of 4 spaces (indentation)
(#1237) Expected indentation of 4 spaces (indentation)
(#1241) Expected indentation of 4 spaces (indentation)
(#1245) Expected indentation of 4 spaces (indentation)
(#1249) Expected indentation of 4 spaces (indentation)
(#1253) Expected indentation of 4 spaces (indentation)
(#1257) Expected indentation of 4 spaces (indentation)
(#1261) Expected indentation of 4 spaces (indentation)
(#1265) Expected indentation of 4 spaces (indentation)
(#1269) Expected indentation of 4 spaces (indentation)
(#1273) Expected indentation of 4 spaces (indentation)
(#1277) Expected indentation of 4 spaces (indentation)
(#1281) Expected indentation of 4 spaces (indentation)
(#1285) Expected indentation of 4 spaces (indentation)
(#1289) Expected indentation of 4 spaces (indentation)
(#1293) Expected indentation of 4 spaces (indentation)
(#1297) Expected indentation of 4 spaces (indentation)
(#1301) Expected indentation of 4 spaces (indentation)
(#1305) Expected indentation of 4 spaces (indentation)
(#1309) Expected indentation of 4 spaces (indentation)
(#1313) Expected indentation of 4 spaces (indentation)
(#1317) Expected indentation of 4 spaces (indentation)
(#1321) Expected indentation of 4 spaces (indentation)
(#1325) Expected indentation of 4 spaces (indentation)
(#1329) Expected indentation of 4 spaces (indentation)
(#1333) Expected indentation of 4 spaces (indentation)
(#1337) Expected indentation of 4 spaces (indentation)
(#1341) Expected indentation of 4 spaces (indentation)
(#1345) Expected indentation of 4 spaces (indentation)
(#1349) Expected indentation of 4 spaces (indentation)
(#1353) Expected indentation of 4 spaces (indentation)
(#1357) Expected indentation of 4 spaces (indentation)
(#1361) Expected indentation of 4 spaces (indentation)
(#1365) Expected indentation of 4 spaces (indentation)
(#1369) Expected indentation of 4 spaces (indentation)
(#1373) Expected indentation of 4 spaces (indentation)
(#1376) Expected indentation of 4 spaces (indentation)
(#1401) Expected indentation of 4 spaces (indentation)
(#1377) Expected indentation of 4 spaces (indentation)
(#1378) Expected indentation of 4 spaces (indentation)
(#1379) Expected indentation of 4 spaces (indentation)
(#1380) Expected indentation of 4 spaces (indentation)
(#1381) Expected indentation of 4 spaces (indentation)
(#1382) Expected indentation of 4 spaces (indentation)
(#1383) Expected indentation of 4 spaces (indentation)
(#1384) Expected indentation of 4 spaces (indentation)
(#1385) Expected indentation of 4 spaces (indentation)
(#1386) Expected indentation of 4 spaces (indentation)
(#1387) Expected indentation of 4 spaces (indentation)
(#1388) Expected indentation of 4 spaces (indentation)
(#1389) Expected indentation of 4 spaces (indentation)
(#1390) Expected indentation of 4 spaces (indentation)
(#1391) Expected indentation of 4 spaces (indentation)
(#1392) Expected indentation of 4 spaces (indentation)
(#1393) Expected indentation of 4 spaces (indentation)
(#1394) Expected indentation of 4 spaces (indentation)
(#1395) Expected indentation of 4 spaces (indentation)
(#1396) Expected indentation of 4 spaces (indentation)
(#1397) Expected indentation of 4 spaces (indentation)
(#1398) Expected indentation of 4 spaces (indentation)
(#1399) Expected indentation of 4 spaces (indentation)
(#1400) Expected indentation of 8 spaces (indentation)
(#1402) Expected indentation of 4 spaces (indentation)
(#1405) Expected indentation of 4 spaces (indentation)
(#1403) Expected indentation of 4 spaces (indentation)
(#1404) Expected indentation of 8 spaces (indentation)
(#1406) Expected indentation of 4 spaces (indentation)
(#1409) Expected indentation of 4 spaces (indentation)
(#1407) Expected indentation of 4 spaces (indentation)
(#1408) Expected indentation of 8 spaces (indentation)
(#1410) Expected indentation of 4 spaces (indentation)
(#1413) Expected indentation of 4 spaces (indentation)
(#1411) Expected indentation of 4 spaces (indentation)
(#1412) Expected indentation of 8 spaces (indentation)
(#1414) Expected indentation of 4 spaces (indentation)
(#1417) Expected indentation of 4 spaces (indentation)
(#1415) Expected indentation of 4 spaces (indentation)
(#1416) Expected indentation of 8 spaces (indentation)
(#1418) Expected indentation of 4 spaces (indentation)
(#1421) Expected indentation of 4 spaces (indentation)
(#1419) Expected indentation of 4 spaces (indentation)
(#1420) Expected indentation of 8 spaces (indentation)
(#1422) Expected indentation of 4 spaces (indentation)
(#1425) Expected indentation of 4 spaces (indentation)
(#1423) Expected indentation of 4 spaces (indentation)
(#1424) Expected indentation of 8 spaces (indentation)
(#1426) Expected indentation of 4 spaces (indentation)
(#1429) Expected indentation of 4 spaces (indentation)
(#1427) Expected indentation of 4 spaces (indentation)
(#1428) Expected indentation of 8 spaces (indentation)
(#1430) Expected indentation of 4 spaces (indentation)
(#1433) Expected indentation of 4 spaces (indentation)
(#1431) Expected indentation of 4 spaces (indentation)
(#1432) Expected indentation of 8 spaces (indentation)
(#1434) Expected indentation of 4 spaces (indentation)
(#1437) Expected indentation of 4 spaces (indentation)
(#1435) Expected indentation of 4 spaces (indentation)
(#1436) Expected indentation of 8 spaces (indentation)
(#1438) Expected indentation of 4 spaces (indentation)
(#1441) Expected indentation of 4 spaces (indentation)
(#1439) Expected indentation of 4 spaces (indentation)
(#1440) Expected indentation of 8 spaces (indentation)
(#1442) Expected indentation of 4 spaces (indentation)
(#1445) Expected indentation of 4 spaces (indentation)
(#1443) Expected indentation of 4 spaces (indentation)
(#1444) Expected indentation of 8 spaces (indentation)
(#1446) Expected indentation of 4 spaces (indentation)
(#1449) Expected indentation of 4 spaces (indentation)
(#1447) Expected indentation of 4 spaces (indentation)
(#1448) Expected indentation of 8 spaces (indentation)
(#1450) Expected indentation of 4 spaces (indentation)
(#1453) Expected indentation of 4 spaces (indentation)
(#1451) Expected indentation of 4 spaces (indentation)
(#1452) Expected indentation of 8 spaces (indentation)
(#1454) Expected indentation of 4 spaces (indentation)
(#1457) Expected indentation of 4 spaces (indentation)
(#1455) Expected indentation of 4 spaces (indentation)
(#1456) Expected indentation of 8 spaces (indentation)
(#1458) Expected indentation of 4 spaces (indentation)
(#1461) Expected indentation of 4 spaces (indentation)
(#1459) Expected indentation of 4 spaces (indentation)
(#1460) Expected indentation of 8 spaces (indentation)
(#1462) Expected indentation of 4 spaces (indentation)
(#1465) Expected indentation of 4 spaces (indentation)
(#1463) Expected indentation of 4 spaces (indentation)
(#1464) Expected indentation of 8 spaces (indentation)
(#1466) Expected indentation of 4 spaces (indentation)
(#1469) Expected indentation of 4 spaces (indentation)
(#1467) Expected indentation of 4 spaces (indentation)
(#1468) Expected indentation of 8 spaces (indentation)
(#1470) Expected indentation of 4 spaces (indentation)
(#1473) Expected indentation of 4 spaces (indentation)
(#1471) Expected indentation of 4 spaces (indentation)
(#1472) Expected indentation of 8 spaces (indentation)
(#1474) Expected indentation of 4 spaces (indentation)
(#1477) Expected indentation of 4 spaces (indentation)
(#1475) Expected indentation of 4 spaces (indentation)
(#1476) Expected indentation of 8 spaces (indentation)
(#1478) Expected indentation of 4 spaces (indentation)
(#1481) Expected indentation of 4 spaces (indentation)
(#1479) Expected indentation of 4 spaces (indentation)
(#1480) Expected indentation of 8 spaces (indentation)
(#1482) Expected indentation of 4 spaces (indentation)
(#1485) Expected indentation of 4 spaces (indentation)
(#1483) Expected indentation of 4 spaces (indentation)
(#1484) Expected indentation of 8 spaces (indentation)
(#1486) Expected indentation of 4 spaces (indentation)
(#1489) Expected indentation of 4 spaces (indentation)
(#1487) Expected indentation of 4 spaces (indentation)
(#1488) Expected indentation of 8 spaces (indentation)
(#1490) Expected indentation of 4 spaces (indentation)
(#1493) Expected indentation of 4 spaces (indentation)
(#1491) Expected indentation of 4 spaces (indentation)
(#1492) Expected indentation of 8 spaces (indentation)
(#1494) Expected indentation of 4 spaces (indentation)
(#1497) Expected indentation of 4 spaces (indentation)
(#1495) Expected indentation of 4 spaces (indentation)
(#1496) Expected indentation of 8 spaces (indentation)
(#1498) Expected indentation of 4 spaces (indentation)
(#1501) Expected indentation of 4 spaces (indentation)
(#1499) Expected indentation of 4 spaces (indentation)
(#1500) Expected indentation of 8 spaces (indentation)
(#1502) Expected indentation of 4 spaces (indentation)
(#1505) Expected indentation of 4 spaces (indentation)
(#1503) Expected indentation of 4 spaces (indentation)
(#1504) Expected indentation of 8 spaces (indentation)
(#1506) Expected indentation of 4 spaces (indentation)
(#1509) Expected indentation of 4 spaces (indentation)
(#1507) Expected indentation of 4 spaces (indentation)
(#1508) Expected indentation of 8 spaces (indentation)
(#1510) Expected indentation of 4 spaces (indentation)
(#1513) Expected indentation of 4 spaces (indentation)
(#1511) Expected indentation of 4 spaces (indentation)
(#1512) Expected indentation of 8 spaces (indentation)
(#1514) Expected indentation of 4 spaces (indentation)
(#1517) Expected indentation of 4 spaces (indentation)
(#1515) Expected indentation of 4 spaces (indentation)
(#1516) Expected indentation of 8 spaces (indentation)
(#1518) Expected indentation of 4 spaces (indentation)
(#1521) Expected indentation of 4 spaces (indentation)
(#1519) Expected indentation of 4 spaces (indentation)
(#1520) Expected indentation of 8 spaces (indentation)
(#1522) Expected indentation of 4 spaces (indentation)
(#1525) Expected indentation of 4 spaces (indentation)
(#1523) Expected indentation of 4 spaces (indentation)
(#1524) Expected indentation of 8 spaces (indentation)
(#1526) Expected indentation of 4 spaces (indentation)
(#1529) Expected indentation of 4 spaces (indentation)
(#1527) Expected indentation of 4 spaces (indentation)
(#1528) Expected indentation of 8 spaces (indentation)
(#1530) Expected indentation of 4 spaces (indentation)
(#1533) Expected indentation of 4 spaces (indentation)
(#1531) Expected indentation of 4 spaces (indentation)
(#1532) Expected indentation of 8 spaces (indentation)
(#1534) Expected indentation of 4 spaces (indentation)
(#1537) Expected indentation of 4 spaces (indentation)
(#1535) Expected indentation of 4 spaces (indentation)
(#1536) Expected indentation of 8 spaces (indentation)
(#1538) Expected indentation of 4 spaces (indentation)
(#1541) Expected indentation of 4 spaces (indentation)
(#1539) Expected indentation of 4 spaces (indentation)
(#1540) Expected indentation of 8 spaces (indentation)
(#1542) Expected indentation of 4 spaces (indentation)
(#1545) Expected indentation of 4 spaces (indentation)
(#1543) Expected indentation of 4 spaces (indentation)
(#1544) Expected indentation of 8 spaces (indentation)
(#1546) Expected indentation of 4 spaces (indentation)
(#1549) Expected indentation of 4 spaces (indentation)
(#1547) Expected indentation of 4 spaces (indentation)
(#1548) Expected indentation of 8 spaces (indentation)
(#1550) Expected indentation of 4 spaces (indentation)
(#1553) Expected indentation of 4 spaces (indentation)
(#1551) Expected indentation of 4 spaces (indentation)
(#1552) Expected indentation of 8 spaces (indentation)
(#1554) Expected indentation of 4 spaces (indentation)
(#1557) Expected indentation of 4 spaces (indentation)
(#1555) Expected indentation of 4 spaces (indentation)
(#1556) Expected indentation of 8 spaces (indentation)
(#1558) Expected indentation of 4 spaces (indentation)
(#1561) Expected indentation of 4 spaces (indentation)
(#1559) Expected indentation of 4 spaces (indentation)
(#1560) Expected indentation of 8 spaces (indentation)
(#1562) Expected indentation of 4 spaces (indentation)
(#1565) Expected indentation of 4 spaces (indentation)
(#1563) Expected indentation of 4 spaces (indentation)
(#1564) Expected indentation of 8 spaces (indentation)
(#1566) Expected indentation of 4 spaces (indentation)
(#1569) Expected indentation of 4 spaces (indentation)
(#1567) Expected indentation of 4 spaces (indentation)
(#1568) Expected indentation of 8 spaces (indentation)
(#1570) Expected indentation of 4 spaces (indentation)
(#1573) Expected indentation of 4 spaces (indentation)
(#1571) Expected indentation of 4 spaces (indentation)
(#1572) Expected indentation of 8 spaces (indentation)
(#1574) Expected indentation of 4 spaces (indentation)
(#1577) Expected indentation of 4 spaces (indentation)
(#1575) Expected indentation of 4 spaces (indentation)
(#1576) Expected indentation of 8 spaces (indentation)
(#1578) Expected indentation of 4 spaces (indentation)
(#1581) Expected indentation of 4 spaces (indentation)
(#1579) Expected indentation of 4 spaces (indentation)
(#1580) Expected indentation of 8 spaces (indentation)
(#1582) Expected indentation of 4 spaces (indentation)
(#1585) Expected indentation of 4 spaces (indentation)
(#1583) Expected indentation of 4 spaces (indentation)
(#1584) Expected indentation of 8 spaces (indentation)
(#1586) Expected indentation of 4 spaces (indentation)
(#1589) Expected indentation of 4 spaces (indentation)
(#1587) Expected indentation of 4 spaces (indentation)
(#1588) Expected indentation of 8 spaces (indentation)
(#1590) Expected indentation of 4 spaces (indentation)
(#1593) Expected indentation of 4 spaces (indentation)
(#1591) Expected indentation of 4 spaces (indentation)
(#1592) Expected indentation of 8 spaces (indentation)
(#1594) Expected indentation of 4 spaces (indentation)
(#1597) Expected indentation of 4 spaces (indentation)
(#1595) Expected indentation of 4 spaces (indentation)
(#1596) Expected indentation of 8 spaces (indentation)
(#1598) Expected indentation of 4 spaces (indentation)
(#1601) Expected indentation of 4 spaces (indentation)
(#1599) Expected indentation of 4 spaces (indentation)
(#1600) Expected indentation of 8 spaces (indentation)
(#1602) Expected indentation of 4 spaces (indentation)
(#1605) Expected indentation of 4 spaces (indentation)
(#1603) Expected indentation of 4 spaces (indentation)
(#1604) Expected indentation of 8 spaces (indentation)
(#1608) Expected indentation of 4 spaces (indentation)
(#1633) Expected indentation of 4 spaces (indentation)
(#1609) Expected indentation of 4 spaces (indentation)
(#1610) Expected indentation of 4 spaces (indentation)
(#1611) Expected indentation of 4 spaces (indentation)
(#1612) Expected indentation of 4 spaces (indentation)
(#1613) Expected indentation of 4 spaces (indentation)
(#1614) Expected indentation of 4 spaces (indentation)
(#1615) Expected indentation of 4 spaces (indentation)
(#1616) Expected indentation of 4 spaces (indentation)
(#1617) Expected indentation of 4 spaces (indentation)
(#1618) Expected indentation of 4 spaces (indentation)
(#1619) Expected indentation of 4 spaces (indentation)
(#1620) Expected indentation of 4 spaces (indentation)
(#1621) Expected indentation of 4 spaces (indentation)
(#1622) Expected indentation of 4 spaces (indentation)
(#1623) Expected indentation of 4 spaces (indentation)
(#1624) Expected indentation of 4 spaces (indentation)
(#1625) Expected indentation of 4 spaces (indentation)
(#1626) Expected indentation of 4 spaces (indentation)
(#1627) Expected indentation of 4 spaces (indentation)
(#1628) Expected indentation of 4 spaces (indentation)
(#1629) Expected indentation of 4 spaces (indentation)
(#1630) Expected indentation of 4 spaces (indentation)
(#1631) Expected indentation of 4 spaces (indentation)
(#1632) Expected indentation of 8 spaces (indentation)
(#1634) Expected indentation of 4 spaces (indentation)
(#1637) Expected indentation of 4 spaces (indentation)
(#1635) Expected indentation of 4 spaces (indentation)
(#1636) Expected indentation of 8 spaces (indentation)
(#1638) Expected indentation of 4 spaces (indentation)
(#1641) Expected indentation of 4 spaces (indentation)
(#1639) Expected indentation of 4 spaces (indentation)
(#1640) Expected indentation of 8 spaces (indentation)
(#1642) Expected indentation of 4 spaces (indentation)
(#1645) Expected indentation of 4 spaces (indentation)
(#1643) Expected indentation of 4 spaces (indentation)
(#1644) Expected indentation of 8 spaces (indentation)
(#1646) Expected indentation of 4 spaces (indentation)
(#1649) Expected indentation of 4 spaces (indentation)
(#1647) Expected indentation of 4 spaces (indentation)
(#1648) Expected indentation of 8 spaces (indentation)
(#1650) Expected indentation of 4 spaces (indentation)
(#1653) Expected indentation of 4 spaces (indentation)
(#1651) Expected indentation of 4 spaces (indentation)
(#1652) Expected indentation of 8 spaces (indentation)
(#1654) Expected indentation of 4 spaces (indentation)
(#1657) Expected indentation of 4 spaces (indentation)
(#1655) Expected indentation of 4 spaces (indentation)
(#1656) Expected indentation of 8 spaces (indentation)
(#1658) Expected indentation of 4 spaces (indentation)
(#1661) Expected indentation of 4 spaces (indentation)
(#1659) Expected indentation of 4 spaces (indentation)
(#1660) Expected indentation of 8 spaces (indentation)
(#1662) Expected indentation of 4 spaces (indentation)
(#1665) Expected indentation of 4 spaces (indentation)
(#1663) Expected indentation of 4 spaces (indentation)
(#1664) Expected indentation of 8 spaces (indentation)
(#1666) Expected indentation of 4 spaces (indentation)
(#1669) Expected indentation of 4 spaces (indentation)
(#1667) Expected indentation of 4 spaces (indentation)
(#1668) Expected indentation of 8 spaces (indentation)
(#1670) Expected indentation of 4 spaces (indentation)
(#1673) Expected indentation of 4 spaces (indentation)
(#1671) Expected indentation of 4 spaces (indentation)
(#1672) Expected indentation of 8 spaces (indentation)
(#1674) Expected indentation of 4 spaces (indentation)
(#1677) Expected indentation of 4 spaces (indentation)
(#1675) Expected indentation of 4 spaces (indentation)
(#1676) Expected indentation of 8 spaces (indentation)
(#1678) Expected indentation of 4 spaces (indentation)
(#1681) Expected indentation of 4 spaces (indentation)
(#1679) Expected indentation of 4 spaces (indentation)
(#1680) Expected indentation of 8 spaces (indentation)
(#1682) Expected indentation of 4 spaces (indentation)
(#1685) Expected indentation of 4 spaces (indentation)
(#1683) Expected indentation of 4 spaces (indentation)
(#1684) Expected indentation of 8 spaces (indentation)
(#1686) Expected indentation of 4 spaces (indentation)
(#1689) Expected indentation of 4 spaces (indentation)
(#1687) Expected indentation of 4 spaces (indentation)
(#1688) Expected indentation of 8 spaces (indentation)
(#1690) Expected indentation of 4 spaces (indentation)
(#1693) Expected indentation of 4 spaces (indentation)
(#1691) Expected indentation of 4 spaces (indentation)
(#1692) Expected indentation of 8 spaces (indentation)
(#1694) Expected indentation of 4 spaces (indentation)
(#1697) Expected indentation of 4 spaces (indentation)
(#1695) Expected indentation of 4 spaces (indentation)
(#1696) Expected indentation of 8 spaces (indentation)
(#1698) Expected indentation of 4 spaces (indentation)
(#1701) Expected indentation of 4 spaces (indentation)
(#1699) Expected indentation of 4 spaces (indentation)
(#1700) Expected indentation of 8 spaces (indentation)
(#1702) Expected indentation of 4 spaces (indentation)
(#1705) Expected indentation of 4 spaces (indentation)
(#1703) Expected indentation of 4 spaces (indentation)
(#1704) Expected indentation of 8 spaces (indentation)
(#1706) Expected indentation of 4 spaces (indentation)
(#1709) Expected indentation of 4 spaces (indentation)
(#1707) Expected indentation of 4 spaces (indentation)
(#1708) Expected indentation of 8 spaces (indentation)
(#1710) Expected indentation of 4 spaces (indentation)
(#1713) Expected indentation of 4 spaces (indentation)
(#1711) Expected indentation of 4 spaces (indentation)
(#1712) Expected indentation of 8 spaces (indentation)
(#1714) Expected indentation of 4 spaces (indentation)
(#1717) Expected indentation of 4 spaces (indentation)
(#1715) Expected indentation of 4 spaces (indentation)
(#1716) Expected indentation of 8 spaces (indentation)
(#1718) Expected indentation of 4 spaces (indentation)
(#1721) Expected indentation of 4 spaces (indentation)
(#1719) Expected indentation of 4 spaces (indentation)
(#1720) Expected indentation of 8 spaces (indentation)
(#1722) Expected indentation of 4 spaces (indentation)
(#1725) Expected indentation of 4 spaces (indentation)
(#1723) Expected indentation of 4 spaces (indentation)
(#1724) Expected indentation of 8 spaces (indentation)
(#1726) Expected indentation of 4 spaces (indentation)
(#1729) Expected indentation of 4 spaces (indentation)
(#1727) Expected indentation of 4 spaces (indentation)
(#1728) Expected indentation of 8 spaces (indentation)
(#1730) Expected indentation of 4 spaces (indentation)
(#1733) Expected indentation of 4 spaces (indentation)
(#1731) Expected indentation of 4 spaces (indentation)
(#1732) Expected indentation of 8 spaces (indentation)
(#1734) Expected indentation of 4 spaces (indentation)
(#1737) Expected indentation of 4 spaces (indentation)
(#1735) Expected indentation of 4 spaces (indentation)
(#1736) Expected indentation of 8 spaces (indentation)
(#1738) Expected indentation of 4 spaces (indentation)
(#1741) Expected indentation of 4 spaces (indentation)
(#1739) Expected indentation of 4 spaces (indentation)
(#1740) Expected indentation of 8 spaces (indentation)
(#1742) Expected indentation of 4 spaces (indentation)
(#1745) Expected indentation of 4 spaces (indentation)
(#1743) Expected indentation of 4 spaces (indentation)
(#1744) Expected indentation of 8 spaces (indentation)
(#1746) Expected indentation of 4 spaces (indentation)
(#1749) Expected indentation of 4 spaces (indentation)
(#1747) Expected indentation of 4 spaces (indentation)
(#1748) Expected indentation of 8 spaces (indentation)
(#1750) Expected indentation of 4 spaces (indentation)
(#1753) Expected indentation of 4 spaces (indentation)
(#1751) Expected indentation of 4 spaces (indentation)
(#1752) Expected indentation of 8 spaces (indentation)
(#1754) Expected indentation of 4 spaces (indentation)
(#1757) Expected indentation of 4 spaces (indentation)
(#1755) Expected indentation of 4 spaces (indentation)
(#1756) Expected indentation of 8 spaces (indentation)
(#1758) Expected indentation of 4 spaces (indentation)
(#1761) Expected indentation of 4 spaces (indentation)
(#1759) Expected indentation of 4 spaces (indentation)
(#1760) Expected indentation of 8 spaces (indentation)
(#1762) Expected indentation of 4 spaces (indentation)
(#1765) Expected indentation of 4 spaces (indentation)
(#1763) Expected indentation of 4 spaces (indentation)
(#1764) Expected indentation of 8 spaces (indentation)
(#1766) Expected indentation of 4 spaces (indentation)
(#1769) Expected indentation of 4 spaces (indentation)
(#1767) Expected indentation of 4 spaces (indentation)
(#1768) Expected indentation of 8 spaces (indentation)
(#1770) Expected indentation of 4 spaces (indentation)
(#1773) Expected indentation of 4 spaces (indentation)
(#1771) Expected indentation of 4 spaces (indentation)
(#1772) Expected indentation of 8 spaces (indentation)
(#1774) Expected indentation of 4 spaces (indentation)
(#1777) Expected indentation of 4 spaces (indentation)
(#1775) Expected indentation of 4 spaces (indentation)
(#1776) Expected indentation of 8 spaces (indentation)
(#1778) Expected indentation of 4 spaces (indentation)
(#1781) Expected indentation of 4 spaces (indentation)
(#1779) Expected indentation of 4 spaces (indentation)
(#1780) Expected indentation of 8 spaces (indentation)
(#1782) Expected indentation of 4 spaces (indentation)
(#1785) Expected indentation of 4 spaces (indentation)
(#1783) Expected indentation of 4 spaces (indentation)
(#1784) Expected indentation of 8 spaces (indentation)
(#1786) Expected indentation of 4 spaces (indentation)
(#1789) Expected indentation of 4 spaces (indentation)
(#1787) Expected indentation of 4 spaces (indentation)
(#1788) Expected indentation of 8 spaces (indentation)
(#1790) Expected indentation of 4 spaces (indentation)
(#1793) Expected indentation of 4 spaces (indentation)
(#1791) Expected indentation of 4 spaces (indentation)
(#1792) Expected indentation of 8 spaces (indentation)
(#1794) Expected indentation of 4 spaces (indentation)
(#1797) Expected indentation of 4 spaces (indentation)
(#1795) Expected indentation of 4 spaces (indentation)
(#1796) Expected indentation of 8 spaces (indentation)
(#1798) Expected indentation of 4 spaces (indentation)
(#1801) Expected indentation of 4 spaces (indentation)
(#1799) Expected indentation of 4 spaces (indentation)
(#1800) Expected indentation of 8 spaces (indentation)
(#1802) Expected indentation of 4 spaces (indentation)
(#1805) Expected indentation of 4 spaces (indentation)
(#1803) Expected indentation of 4 spaces (indentation)
(#1804) Expected indentation of 8 spaces (indentation)
(#1806) Expected indentation of 4 spaces (indentation)
(#1809) Expected indentation of 4 spaces (indentation)
(#1807) Expected indentation of 4 spaces (indentation)
(#1808) Expected indentation of 8 spaces (indentation)
(#1810) Expected indentation of 4 spaces (indentation)
(#1813) Expected indentation of 4 spaces (indentation)
(#1811) Expected indentation of 4 spaces (indentation)
(#1812) Expected indentation of 8 spaces (indentation)
(#1814) Expected indentation of 4 spaces (indentation)
(#1817) Expected indentation of 4 spaces (indentation)
(#1815) Expected indentation of 4 spaces (indentation)
(#1816) Expected indentation of 8 spaces (indentation)
(#1818) Expected indentation of 4 spaces (indentation)
(#1821) Expected indentation of 4 spaces (indentation)
(#1819) Expected indentation of 4 spaces (indentation)
(#1820) Expected indentation of 8 spaces (indentation)
(#1822) Expected indentation of 4 spaces (indentation)
(#1825) Expected indentation of 4 spaces (indentation)
(#1823) Expected indentation of 4 spaces (indentation)
(#1824) Expected indentation of 8 spaces (indentation)
(#1826) Expected indentation of 4 spaces (indentation)
(#1829) Expected indentation of 4 spaces (indentation)
(#1827) Expected indentation of 4 spaces (indentation)
(#1828) Expected indentation of 8 spaces (indentation)
(#1830) Expected indentation of 4 spaces (indentation)
(#1833) Expected indentation of 4 spaces (indentation)
(#1831) Expected indentation of 4 spaces (indentation)
(#1832) Expected indentation of 8 spaces (indentation)
(#1834) Expected indentation of 4 spaces (indentation)
(#1837) Expected indentation of 4 spaces (indentation)
(#1835) Expected indentation of 4 spaces (indentation)
(#1836) Expected indentation of 8 spaces (indentation)
(#1840) Expected indentation of 4 spaces (indentation)
(#1865) Expected indentation of 4 spaces (indentation)
(#1841) Expected indentation of 4 spaces (indentation)
(#1842) Expected indentation of 4 spaces (indentation)
(#1843) Expected indentation of 4 spaces (indentation)
(#1844) Expected indentation of 4 spaces (indentation)
(#1845) Expected indentation of 4 spaces (indentation)
(#1846) Expected indentation of 4 spaces (indentation)
(#1847) Expected indentation of 4 spaces (indentation)
(#1848) Expected indentation of 4 spaces (indentation)
(#1849) Expected indentation of 4 spaces (indentation)
(#1850) Expected indentation of 4 spaces (indentation)
(#1851) Expected indentation of 4 spaces (indentation)
(#1852) Expected indentation of 4 spaces (indentation)
(#1853) Expected indentation of 4 spaces (indentation)
(#1854) Expected indentation of 4 spaces (indentation)
(#1855) Expected indentation of 4 spaces (indentation)
(#1856) Expected indentation of 4 spaces (indentation)
(#1857) Expected indentation of 4 spaces (indentation)
(#1858) Expected indentation of 4 spaces (indentation)
(#1859) Expected indentation of 4 spaces (indentation)
(#1860) Expected indentation of 4 spaces (indentation)
(#1861) Expected indentation of 4 spaces (indentation)
(#1862) Expected indentation of 4 spaces (indentation)
(#1863) Expected indentation of 4 spaces (indentation)
(#1864) Expected indentation of 8 spaces (indentation)
(#1866) Expected indentation of 4 spaces (indentation)
(#1869) Expected indentation of 4 spaces (indentation)
(#1867) Expected indentation of 4 spaces (indentation)
(#1868) Expected indentation of 8 spaces (indentation)
(#1870) Expected indentation of 4 spaces (indentation)
(#1873) Expected indentation of 4 spaces (indentation)
(#1871) Expected indentation of 4 spaces (indentation)
(#1872) Expected indentation of 8 spaces (indentation)
(#1874) Expected indentation of 4 spaces (indentation)
(#1877) Expected indentation of 4 spaces (indentation)
(#1875) Expected indentation of 4 spaces (indentation)
(#1876) Expected indentation of 8 spaces (indentation)
(#1878) Expected indentation of 4 spaces (indentation)
(#1881) Expected indentation of 4 spaces (indentation)
(#1879) Expected indentation of 4 spaces (indentation)
(#1880) Expected indentation of 8 spaces (indentation)
(#1882) Expected indentation of 4 spaces (indentation)
(#1885) Expected indentation of 4 spaces (indentation)
(#1883) Expected indentation of 4 spaces (indentation)
(#1884) Expected indentation of 8 spaces (indentation)
(#1886) Expected indentation of 4 spaces (indentation)
(#1889) Expected indentation of 4 spaces (indentation)
(#1887) Expected indentation of 4 spaces (indentation)
(#1888) Expected indentation of 8 spaces (indentation)
(#1890) Expected indentation of 4 spaces (indentation)
(#1893) Expected indentation of 4 spaces (indentation)
(#1891) Expected indentation of 4 spaces (indentation)
(#1892) Expected indentation of 8 spaces (indentation)
(#1894) Expected indentation of 4 spaces (indentation)
(#1897) Expected indentation of 4 spaces (indentation)
(#1895) Expected indentation of 4 spaces (indentation)
(#1896) Expected indentation of 8 spaces (indentation)
(#1898) Expected indentation of 4 spaces (indentation)
(#1901) Expected indentation of 4 spaces (indentation)
(#1899) Expected indentation of 4 spaces (indentation)
(#1900) Expected indentation of 8 spaces (indentation)
(#1902) Expected indentation of 4 spaces (indentation)
(#1905) Expected indentation of 4 spaces (indentation)
(#1903) Expected indentation of 4 spaces (indentation)
(#1904) Expected indentation of 8 spaces (indentation)
(#1906) Expected indentation of 4 spaces (indentation)
(#1909) Expected indentation of 4 spaces (indentation)
(#1907) Expected indentation of 4 spaces (indentation)
(#1908) Expected indentation of 8 spaces (indentation)
(#1910) Expected indentation of 4 spaces (indentation)
(#1913) Expected indentation of 4 spaces (indentation)
(#1911) Expected indentation of 4 spaces (indentation)
(#1912) Expected indentation of 8 spaces (indentation)
(#1914) Expected indentation of 4 spaces (indentation)
(#1917) Expected indentation of 4 spaces (indentation)
(#1915) Expected indentation of 4 spaces (indentation)
(#1916) Expected indentation of 8 spaces (indentation)
(#1918) Expected indentation of 4 spaces (indentation)
(#1921) Expected indentation of 4 spaces (indentation)
(#1919) Expected indentation of 4 spaces (indentation)
(#1920) Expected indentation of 8 spaces (indentation)
(#1922) Expected indentation of 4 spaces (indentation)
(#1925) Expected indentation of 4 spaces (indentation)
(#1923) Expected indentation of 4 spaces (indentation)
(#1924) Expected indentation of 8 spaces (indentation)
(#1926) Expected indentation of 4 spaces (indentation)
(#1929) Expected indentation of 4 spaces (indentation)
(#1927) Expected indentation of 4 spaces (indentation)
(#1928) Expected indentation of 8 spaces (indentation)
(#1930) Expected indentation of 4 spaces (indentation)
(#1933) Expected indentation of 4 spaces (indentation)
(#1931) Expected indentation of 4 spaces (indentation)
(#1932) Expected indentation of 8 spaces (indentation)
(#1934) Expected indentation of 4 spaces (indentation)
(#1937) Expected indentation of 4 spaces (indentation)
(#1935) Expected indentation of 4 spaces (indentation)
(#1936) Expected indentation of 8 spaces (indentation)
(#1938) Expected indentation of 4 spaces (indentation)
(#1941) Expected indentation of 4 spaces (indentation)
(#1939) Expected indentation of 4 spaces (indentation)
(#1940) Expected indentation of 8 spaces (indentation)
(#1942) Expected indentation of 4 spaces (indentation)
(#1945) Expected indentation of 4 spaces (indentation)
(#1943) Expected indentation of 4 spaces (indentation)
(#1944) Expected indentation of 8 spaces (indentation)
(#1946) Expected indentation of 4 spaces (indentation)
(#1949) Expected indentation of 4 spaces (indentation)
(#1947) Expected indentation of 4 spaces (indentation)
(#1948) Expected indentation of 8 spaces (indentation)
(#1950) Expected indentation of 4 spaces (indentation)
(#1953) Expected indentation of 4 spaces (indentation)
(#1951) Expected indentation of 4 spaces (indentation)
(#1952) Expected indentation of 8 spaces (indentation)
(#1954) Expected indentation of 4 spaces (indentation)
(#1957) Expected indentation of 4 spaces (indentation)
(#1955) Expected indentation of 4 spaces (indentation)
(#1956) Expected indentation of 8 spaces (indentation)
(#1958) Expected indentation of 4 spaces (indentation)
(#1961) Expected indentation of 4 spaces (indentation)
(#1959) Expected indentation of 4 spaces (indentation)
(#1960) Expected indentation of 8 spaces (indentation)
(#1962) Expected indentation of 4 spaces (indentation)
(#1965) Expected indentation of 4 spaces (indentation)
(#1963) Expected indentation of 4 spaces (indentation)
(#1964) Expected indentation of 8 spaces (indentation)
(#1966) Expected indentation of 4 spaces (indentation)
(#1969) Expected indentation of 4 spaces (indentation)
(#1967) Expected indentation of 4 spaces (indentation)
(#1968) Expected indentation of 8 spaces (indentation)
(#1970) Expected indentation of 4 spaces (indentation)
(#1973) Expected indentation of 4 spaces (indentation)
(#1971) Expected indentation of 4 spaces (indentation)
(#1972) Expected indentation of 8 spaces (indentation)
(#1974) Expected indentation of 4 spaces (indentation)
(#1977) Expected indentation of 4 spaces (indentation)
(#1975) Expected indentation of 4 spaces (indentation)
(#1976) Expected indentation of 8 spaces (indentation)
(#1978) Expected indentation of 4 spaces (indentation)
(#1981) Expected indentation of 4 spaces (indentation)
(#1979) Expected indentation of 4 spaces (indentation)
(#1980) Expected indentation of 8 spaces (indentation)
(#1982) Expected indentation of 4 spaces (indentation)
(#1985) Expected indentation of 4 spaces (indentation)
(#1983) Expected indentation of 4 spaces (indentation)
(#1984) Expected indentation of 8 spaces (indentation)
(#1986) Expected indentation of 4 spaces (indentation)
(#1989) Expected indentation of 4 spaces (indentation)
(#1987) Expected indentation of 4 spaces (indentation)
(#1988) Expected indentation of 8 spaces (indentation)
(#1990) Expected indentation of 4 spaces (indentation)
(#1993) Expected indentation of 4 spaces (indentation)
(#1991) Expected indentation of 4 spaces (indentation)
(#1992) Expected indentation of 8 spaces (indentation)
(#1994) Expected indentation of 4 spaces (indentation)
(#1997) Expected indentation of 4 spaces (indentation)
(#1995) Expected indentation of 4 spaces (indentation)
(#1996) Expected indentation of 8 spaces (indentation)
(#1998) Expected indentation of 4 spaces (indentation)
(#2001) Expected indentation of 4 spaces (indentation)
(#1999) Expected indentation of 4 spaces (indentation)
(#2000) Expected indentation of 8 spaces (indentation)
(#2002) Expected indentation of 4 spaces (indentation)
(#2005) Expected indentation of 4 spaces (indentation)
(#2003) Expected indentation of 4 spaces (indentation)
(#2004) Expected indentation of 8 spaces (indentation)
(#2006) Expected indentation of 4 spaces (indentation)
(#2009) Expected indentation of 4 spaces (indentation)
(#2007) Expected indentation of 4 spaces (indentation)
(#2008) Expected indentation of 8 spaces (indentation)
(#2010) Expected indentation of 4 spaces (indentation)
(#2013) Expected indentation of 4 spaces (indentation)
(#2011) Expected indentation of 4 spaces (indentation)
(#2012) Expected indentation of 8 spaces (indentation)
(#2014) Expected indentation of 4 spaces (indentation)
(#2017) Expected indentation of 4 spaces (indentation)
(#2015) Expected indentation of 4 spaces (indentation)
(#2016) Expected indentation of 8 spaces (indentation)
(#2018) Expected indentation of 4 spaces (indentation)
(#2021) Expected indentation of 4 spaces (indentation)
(#2019) Expected indentation of 4 spaces (indentation)
(#2020) Expected indentation of 8 spaces (indentation)
(#2022) Expected indentation of 4 spaces (indentation)
(#2025) Expected indentation of 4 spaces (indentation)
(#2023) Expected indentation of 4 spaces (indentation)
(#2024) Expected indentation of 8 spaces (indentation)
(#2026) Expected indentation of 4 spaces (indentation)
(#2029) Expected indentation of 4 spaces (indentation)
(#2027) Expected indentation of 4 spaces (indentation)
(#2028) Expected indentation of 8 spaces (indentation)
(#2030) Expected indentation of 4 spaces (indentation)
(#2033) Expected indentation of 4 spaces (indentation)
(#2031) Expected indentation of 4 spaces (indentation)
(#2032) Expected indentation of 8 spaces (indentation)
(#2034) Expected indentation of 4 spaces (indentation)
(#2037) Expected indentation of 4 spaces (indentation)
(#2035) Expected indentation of 4 spaces (indentation)
(#2036) Expected indentation of 8 spaces (indentation)
(#2038) Expected indentation of 4 spaces (indentation)
(#2041) Expected indentation of 4 spaces (indentation)
(#2039) Expected indentation of 4 spaces (indentation)
(#2040) Expected indentation of 8 spaces (indentation)
(#2042) Expected indentation of 4 spaces (indentation)
(#2045) Expected indentation of 4 spaces (indentation)
(#2043) Expected indentation of 4 spaces (indentation)
(#2044) Expected indentation of 8 spaces (indentation)
(#2046) Expected indentation of 4 spaces (indentation)
(#2049) Expected indentation of 4 spaces (indentation)
(#2047) Expected indentation of 4 spaces (indentation)
(#2048) Expected indentation of 8 spaces (indentation)
(#2050) Expected indentation of 4 spaces (indentation)
(#2053) Expected indentation of 4 spaces (indentation)
(#2051) Expected indentation of 4 spaces (indentation)
(#2052) Expected indentation of 8 spaces (indentation)
(#2054) Expected indentation of 4 spaces (indentation)
(#2057) Expected indentation of 4 spaces (indentation)
(#2055) Expected indentation of 4 spaces (indentation)
(#2056) Expected indentation of 8 spaces (indentation)
(#2058) Expected indentation of 4 spaces (indentation)
(#2061) Expected indentation of 4 spaces (indentation)
(#2059) Expected indentation of 4 spaces (indentation)
(#2060) Expected indentation of 8 spaces (indentation)
(#2062) Expected indentation of 4 spaces (indentation)
(#2065) Expected indentation of 4 spaces (indentation)
(#2063) Expected indentation of 4 spaces (indentation)
(#2064) Expected indentation of 8 spaces (indentation)
(#2066) Expected indentation of 4 spaces (indentation)
(#2069) Expected indentation of 4 spaces (indentation)
(#2067) Expected indentation of 4 spaces (indentation)
(#2068) Expected indentation of 8 spaces (indentation)
(#2073) Expected indentation of 4 spaces (indentation)
(#2077) Expected indentation of 4 spaces (indentation)
(#2078) Expected indentation of 4 spaces (indentation)
(#2079) Expected indentation of 4 spaces (indentation)
(#2080) Expected indentation of 4 spaces (indentation)
(#2084) Expected indentation of 4 spaces (indentation)
(#2088) Expected indentation of 4 spaces (indentation)
(#2089) Expected indentation of 4 spaces (indentation)
(#2090) Expected indentation of 4 spaces (indentation)
(#2104) Expected indentation of 4 spaces (indentation)
(#2105) Expected indentation of 4 spaces (indentation)
(#2106) Expected indentation of 4 spaces (indentation)
(#2107) Expected indentation of 4 spaces (indentation)
(#2111) Expected indentation of 4 spaces (indentation)
(#2112) Expected indentation of 4 spaces (indentation)
(#2116) Expected indentation of 4 spaces (indentation)
(#2117) Expected indentation of 4 spaces (indentation)
(#2121) Expected indentation of 4 spaces (indentation)
(#2122) Expected indentation of 4 spaces (indentation)
(#2136) Expected indentation of 4 spaces (indentation)
(#2140) Expected indentation of 4 spaces (indentation)
(#2144) Expected indentation of 4 spaces (indentation)
(#2158) Expected indentation of 4 spaces (indentation)
(#2162) Expected indentation of 4 spaces (indentation)
(#2166) Expected indentation of 4 spaces (indentation)
(#2180) Expected indentation of 4 spaces (indentation)
(#2186) Expected indentation of 4 spaces (indentation)
(#2190) Expected indentation of 4 spaces (indentation)
(#2191) Expected indentation of 4 spaces (indentation)
(#2192) Expected indentation of 4 spaces (indentation)
(#2196) Expected indentation of 4 spaces (indentation)
(#2200) Expected indentation of 4 spaces (indentation)
(#2204) Expected indentation of 4 spaces (indentation)
(#2208) Expected indentation of 4 spaces (indentation)
(#2212) Expected indentation of 4 spaces (indentation)
(#2213) Expected indentation of 4 spaces (indentation)
(#2214) Expected indentation of 4 spaces (indentation)
(#2220) Expected indentation of 4 spaces (indentation)
(#2221) Expected indentation of 4 spaces (indentation)
(#2222) Expected indentation of 4 spaces (indentation)
(#2226) Expected indentation of 4 spaces (indentation)
(#2230) Expected indentation of 4 spaces (indentation)
(#2256) Expected indentation of 4 spaces (indentation)
(#2268) Expected indentation of 4 spaces (indentation)
(#2294) Expected indentation of 4 spaces (indentation)
(#2306) Expected indentation of 4 spaces (indentation)
(#2332) Expected indentation of 4 spaces (indentation)
(#2344) Expected indentation of 4 spaces (indentation)
(#2370) Expected indentation of 4 spaces (indentation)
(#2382) Expected indentation of 4 spaces (indentation)
(#2408) Expected indentation of 4 spaces (indentation)
(#2420) Expected indentation of 4 spaces (indentation)
(#2424) Expected indentation of 4 spaces (indentation)
(#2425) Expected indentation of 4 spaces (indentation)
(#2428) Expected indentation of 4 spaces (indentation)
(#2435) Expected indentation of 4 spaces (indentation)
(#2429) Expected indentation of 4 spaces (indentation)
(#2430) Expected indentation of 8 spaces (indentation)
(#2431) Expected indentation of 8 spaces (indentation)
(#2432) Expected indentation of 8 spaces (indentation)
(#2433) Expected indentation of 8 spaces (indentation)
(#2434) Expected indentation of 8 spaces (indentation)
(#2436) Expected indentation of 4 spaces (indentation)
(#2439) Expected indentation of 4 spaces (indentation)
(#2437) Expected indentation of 4 spaces (indentation)
(#2438) Expected indentation of 8 spaces (indentation)
(#2440) Expected indentation of 4 spaces (indentation)
(#2453) Expected indentation of 4 spaces (indentation)
(#2441) Expected indentation of 4 spaces (indentation)
(#2442) Expected indentation of 4 spaces (indentation)
(#2443) Expected indentation of 4 spaces (indentation)
(#2444) Expected indentation of 4 spaces (indentation)
(#2445) Expected indentation of 4 spaces (indentation)
(#2446) Expected indentation of 4 spaces (indentation)
(#2447) Expected indentation of 4 spaces (indentation)
(#2448) Expected indentation of 4 spaces (indentation)
(#2449) Expected indentation of 4 spaces (indentation)
(#2450) Expected indentation of 4 spaces (indentation)
(#2451) Expected indentation of 4 spaces (indentation)
(#2452) Expected indentation of 8 spaces (indentation)
(#2454) Expected indentation of 4 spaces (indentation)
(#2457) Expected indentation of 4 spaces (indentation)
(#2455) Expected indentation of 4 spaces (indentation)
(#2456) Expected indentation of 8 spaces (indentation)
(#2458) Expected indentation of 4 spaces (indentation)
(#2471) Expected indentation of 4 spaces (indentation)
(#2459) Expected indentation of 4 spaces (indentation)
(#2460) Expected indentation of 4 spaces (indentation)
(#2461) Expected indentation of 4 spaces (indentation)
(#2462) Expected indentation of 4 spaces (indentation)
(#2463) Expected indentation of 4 spaces (indentation)
(#2464) Expected indentation of 4 spaces (indentation)
(#2465) Expected indentation of 4 spaces (indentation)
(#2466) Expected indentation of 4 spaces (indentation)
(#2467) Expected indentation of 4 spaces (indentation)
(#2468) Expected indentation of 4 spaces (indentation)
(#2469) Expected indentation of 4 spaces (indentation)
(#2470) Expected indentation of 8 spaces (indentation)
(#2472) Expected indentation of 4 spaces (indentation)
(#2485) Expected indentation of 4 spaces (indentation)
(#2473) Expected indentation of 4 spaces (indentation)
(#2474) Expected indentation of 4 spaces (indentation)
(#2475) Expected indentation of 4 spaces (indentation)
(#2476) Expected indentation of 4 spaces (indentation)
(#2477) Expected indentation of 4 spaces (indentation)
(#2478) Expected indentation of 4 spaces (indentation)
(#2479) Expected indentation of 4 spaces (indentation)
(#2480) Expected indentation of 4 spaces (indentation)
(#2481) Expected indentation of 4 spaces (indentation)
(#2482) Expected indentation of 4 spaces (indentation)
(#2483) Expected indentation of 4 spaces (indentation)
(#2484) Expected indentation of 8 spaces (indentation)
(#2486) Expected indentation of 4 spaces (indentation)
(#2495) Expected indentation of 4 spaces (indentation)
(#2487) Expected indentation of 4 spaces (indentation)
(#2488) Expected indentation of 4 spaces (indentation)
(#2489) Expected indentation of 4 spaces (indentation)
(#2490) Expected indentation of 4 spaces (indentation)
(#2491) Expected indentation of 4 spaces (indentation)
(#2492) Expected indentation of 4 spaces (indentation)
(#2493) Expected indentation of 4 spaces (indentation)
(#2494) Expected indentation of 8 spaces (indentation)
(#2499) Expected indentation of 4 spaces (indentation)
(#2500) Expected indentation of 4 spaces (indentation)
(#2501) Expected indentation of 4 spaces (indentation)
(#2502) Expected indentation of 4 spaces (indentation)
(#2503) Expected indentation of 4 spaces (indentation)
(#2507) Expected indentation of 4 spaces (indentation)
(#2508) Expected indentation of 4 spaces (indentation)
(#2509) Expected indentation of 4 spaces (indentation)
(#2510) Expected indentation of 4 spaces (indentation)
(#2511) Expected indentation of 4 spaces (indentation)
(#2512) Expected indentation of 4 spaces (indentation)
(#2513) Expected indentation of 4 spaces (indentation)
(#2514) Expected indentation of 4 spaces (indentation)
(#2518) Expected indentation of 4 spaces (indentation)
(#2519) Expected indentation of 4 spaces (indentation)
(#2520) Expected indentation of 4 spaces (indentation)
(#2521) Expected indentation of 4 spaces (indentation)
(#2522) Expected indentation of 4 spaces (indentation)
(#2526) Expected indentation of 4 spaces (indentation)
(#2527) Expected indentation of 4 spaces (indentation)
(#2528) Expected indentation of 4 spaces (indentation)
(#2534) Expected indentation of 4 spaces (indentation)
(#2535) Expected indentation of 4 spaces (indentation)
(#2536) Expected indentation of 4 spaces (indentation)
(#2540) Expected indentation of 4 spaces (indentation)
(#2544) Expected indentation of 4 spaces (indentation)
(#2545) Expected indentation of 4 spaces (indentation)
(#2551) Expected indentation of 4 spaces (indentation)
(#2559) Expected indentation of 4 spaces (indentation)
(#2560) Expected indentation of 4 spaces (indentation)
(#2564) Expected indentation of 4 spaces (indentation)
(#2565) Expected indentation of 4 spaces (indentation)
(#2566) Expected indentation of 4 spaces (indentation)
(#2567) Expected indentation of 4 spaces (indentation)
(#2568) Expected indentation of 4 spaces (indentation)
(#2572) Expected indentation of 4 spaces (indentation)
(#2573) Expected indentation of 4 spaces (indentation)
(#2574) Expected indentation of 4 spaces (indentation)
(#2575) Expected indentation of 4 spaces (indentation)
(#2576) Expected indentation of 4 spaces (indentation)
(#2577) Expected indentation of 4 spaces (indentation)
(#2578) Expected indentation of 4 spaces (indentation)
(#2579) Expected indentation of 4 spaces (indentation)
(#2580) Expected indentation of 4 spaces (indentation)
(#2581) Expected indentation of 4 spaces (indentation)
(#2582) Expected indentation of 4 spaces (indentation)
(#2583) Expected indentation of 4 spaces (indentation)
(#2584) Expected indentation of 4 spaces (indentation)
(#2585) Expected indentation of 4 spaces (indentation)
(#2586) Expected indentation of 4 spaces (indentation)
(#2587) Expected indentation of 4 spaces (indentation)
(#2591) Expected indentation of 4 spaces (indentation)
(#2592) Expected indentation of 4 spaces (indentation)
(#2593) Expected indentation of 4 spaces (indentation)
(#2594) Expected indentation of 4 spaces (indentation)
(#2598) Expected indentation of 4 spaces (indentation)
(#2599) Expected indentation of 4 spaces (indentation)
(#2603) Expected indentation of 4 spaces (indentation)
(#2607) Expected indentation of 4 spaces (indentation)
(#2611) Expected indentation of 4 spaces (indentation)
(#2612) Expected indentation of 4 spaces (indentation)
(#2620) Expected indentation of 4 spaces (indentation)
(#2621) Expected indentation of 4 spaces (indentation)
(#2627) Expected indentation of 4 spaces (indentation)
(#2631) Expected indentation of 4 spaces (indentation)
(#2635) Expected indentation of 4 spaces (indentation)
(#2638) Expected indentation of 4 spaces (indentation)
(#2647) Expected indentation of 4 spaces (indentation)
(#2639) Expected indentation of 4 spaces (indentation)
(#2640) Expected indentation of 4 spaces (indentation)
(#2641) Expected indentation of 4 spaces (indentation)
(#2642) Expected indentation of 4 spaces (indentation)
(#2643) Expected indentation of 4 spaces (indentation)
(#2644) Expected indentation of 4 spaces (indentation)
(#2645) Expected indentation of 4 spaces (indentation)
(#2646) Expected indentation of 8 spaces (indentation)
(#2648) Expected indentation of 4 spaces (indentation)
(#2665) Expected indentation of 4 spaces (indentation)
(#2649) Expected indentation of 4 spaces (indentation)
(#2650) Expected indentation of 4 spaces (indentation)
(#2651) Expected indentation of 4 spaces (indentation)
(#2652) Expected indentation of 4 spaces (indentation)
(#2653) Expected indentation of 4 spaces (indentation)
(#2654) Expected indentation of 4 spaces (indentation)
(#2655) Expected indentation of 4 spaces (indentation)
(#2656) Expected indentation of 4 spaces (indentation)
(#2657) Expected indentation of 4 spaces (indentation)
(#2658) Expected indentation of 4 spaces (indentation)
(#2659) Expected indentation of 4 spaces (indentation)
(#2660) Expected indentation of 4 spaces (indentation)
(#2661) Expected indentation of 4 spaces (indentation)
(#2662) Expected indentation of 4 spaces (indentation)
(#2663) Expected indentation of 4 spaces (indentation)
(#2664) Expected indentation of 8 spaces (indentation)
(#2666) Expected indentation of 4 spaces (indentation)
(#2683) Expected indentation of 4 spaces (indentation)
(#2667) Expected indentation of 4 spaces (indentation)
(#2668) Expected indentation of 4 spaces (indentation)
(#2669) Expected indentation of 4 spaces (indentation)
(#2670) Expected indentation of 4 spaces (indentation)
(#2671) Expected indentation of 4 spaces (indentation)
(#2672) Expected indentation of 4 spaces (indentation)
(#2673) Expected indentation of 4 spaces (indentation)
(#2674) Expected indentation of 4 spaces (indentation)
(#2675) Expected indentation of 4 spaces (indentation)
(#2676) Expected indentation of 4 spaces (indentation)
(#2677) Expected indentation of 4 spaces (indentation)
(#2678) Expected indentation of 4 spaces (indentation)
(#2679) Expected indentation of 4 spaces (indentation)
(#2680) Expected indentation of 4 spaces (indentation)
(#2681) Expected indentation of 4 spaces (indentation)
(#2682) Expected indentation of 8 spaces (indentation)
(#2687) Expected indentation of 4 spaces (indentation)
(#2691) Expected indentation of 4 spaces (indentation)
(#2695) Expected indentation of 4 spaces (indentation)
(#2699) Expected indentation of 4 spaces (indentation)
(#2700) Expected indentation of 4 spaces (indentation)
(#2704) Expected indentation of 4 spaces (indentation)
(#2708) Expected indentation of 4 spaces (indentation)
(#2709) Expected indentation of 4 spaces (indentation)
(#2710) Expected indentation of 4 spaces (indentation)
(#2711) Expected indentation of 4 spaces (indentation)
(#2712) Expected indentation of 4 spaces (indentation)
(#2713) Expected indentation of 4 spaces (indentation)
(#2714) Expected indentation of 4 spaces (indentation)
(#2715) Expected indentation of 4 spaces (indentation)
(#2719) Expected indentation of 4 spaces (indentation)
(#2720) Expected indentation of 4 spaces (indentation)
(#2721) Expected indentation of 4 spaces (indentation)
(#2722) Expected indentation of 4 spaces (indentation)
(#2723) Expected indentation of 4 spaces (indentation)
(#2724) Expected indentation of 4 spaces (indentation)
(#2728) Expected indentation of 4 spaces (indentation)
(#2732) Expected indentation of 4 spaces (indentation)
(#2733) Expected indentation of 4 spaces (indentation)
(#2734) Expected indentation of 4 spaces (indentation)
(#2735) Expected indentation of 4 spaces (indentation)
(#2736) Expected indentation of 4 spaces (indentation)
(#2737) Expected indentation of 4 spaces (indentation)
(#2738) Expected indentation of 4 spaces (indentation)
(#2742) Expected indentation of 4 spaces (indentation)
(#2743) Expected indentation of 4 spaces (indentation)
(#2744) Expected indentation of 4 spaces (indentation)
(#2745) Expected indentation of 4 spaces (indentation)
(#2746) Expected indentation of 4 spaces (indentation)
(#2747) Expected indentation of 4 spaces (indentation)
(#2748) Expected indentation of 4 spaces (indentation)
(#2749) Expected indentation of 4 spaces (indentation)
(#2753) Expected indentation of 4 spaces (indentation)
(#2754) Expected indentation of 4 spaces (indentation)
(#2755) Expected indentation of 4 spaces (indentation)
(#2756) Expected indentation of 4 spaces (indentation)
(#2757) Expected indentation of 4 spaces (indentation)
(#2763) Expected indentation of 4 spaces (indentation)
(#2764) Expected indentation of 4 spaces (indentation)
(#2765) Expected indentation of 4 spaces (indentation)
(#2766) Expected indentation of 4 spaces (indentation)
(#2772) Expected indentation of 4 spaces (indentation)
(#2773) Expected indentation of 4 spaces (indentation)
(#2774) Expected indentation of 4 spaces (indentation)
(#2775) Expected indentation of 4 spaces (indentation)
(#2776) Expected indentation of 4 spaces (indentation)
(#2786) Expected indentation of 4 spaces (indentation)
(#2787) Expected indentation of 4 spaces (indentation)
(#2788) Expected indentation of 4 spaces (indentation)
(#2794) Expected indentation of 4 spaces (indentation)
(#2800) Expected indentation of 4 spaces (indentation)
(#2801) Expected indentation of 4 spaces (indentation)
(#2802) Expected indentation of 4 spaces (indentation)
(#2803) Expected indentation of 4 spaces (indentation)
(#2804) Expected indentation of 4 spaces (indentation)
(#2805) Expected indentation of 4 spaces (indentation)
(#2806) Expected indentation of 4 spaces (indentation)
(#2812) Expected indentation of 4 spaces (indentation)
(#2813) Expected indentation of 4 spaces (indentation)
(#2827) Expected indentation of 4 spaces (indentation)
(#2837) Expected indentation of 4 spaces (indentation)
(#2847) Expected indentation of 4 spaces (indentation)
(#2851) Expected indentation of 4 spaces (indentation)
(#2852) Expected indentation of 4 spaces (indentation)
(#2853) Expected indentation of 4 spaces (indentation)
(#2854) Expected indentation of 4 spaces (indentation)
(#2860) Expected indentation of 4 spaces (indentation)
(#2861) Expected indentation of 4 spaces (indentation)
(#2865) Expected indentation of 4 spaces (indentation)
(#2866) Expected indentation of 4 spaces (indentation)
(#2867) Expected indentation of 4 spaces (indentation)
(#2868) Expected indentation of 4 spaces (indentation)
(#2869) Expected indentation of 4 spaces (indentation)
(#2873) Expected indentation of 4 spaces (indentation)
(#2874) Expected indentation of 4 spaces (indentation)
(#2880) Expected indentation of 4 spaces (indentation)
(#2884) Expected indentation of 4 spaces (indentation)
(#2885) Expected indentation of 4 spaces (indentation)
(#2886) Expected indentation of 4 spaces (indentation)
(#2887) Expected indentation of 4 spaces (indentation)
(#2888) Expected indentation of 4 spaces (indentation)
(#2892) Expected indentation of 4 spaces (indentation)
(#2893) Expected indentation of 4 spaces (indentation)
(#2899) Expected indentation of 4 spaces (indentation)
(#2903) Expected indentation of 4 spaces (indentation)
(#2904) Expected indentation of 4 spaces (indentation)
(#2905) Expected indentation of 4 spaces (indentation)
(#2906) Expected indentation of 4 spaces (indentation)
(#2907) Expected indentation of 4 spaces (indentation)
(#2911) Expected indentation of 4 spaces (indentation)
(#2912) Expected indentation of 4 spaces (indentation)
(#2913) Expected indentation of 4 spaces (indentation)
(#2914) Expected indentation of 4 spaces (indentation)
(#2915) Expected indentation of 4 spaces (indentation)
(#2919) Expected indentation of 4 spaces (indentation)
(#2920) Expected indentation of 4 spaces (indentation)
(#2926) Expected indentation of 4 spaces (indentation)
(#2930) Expected indentation of 4 spaces (indentation)
(#2931) Expected indentation of 4 spaces (indentation)
(#2932) Expected indentation of 4 spaces (indentation)
(#2933) Expected indentation of 4 spaces (indentation)
(#2934) Expected indentation of 4 spaces (indentation)
(#2938) Expected indentation of 4 spaces (indentation)
(#2939) Expected indentation of 4 spaces (indentation)
(#2945) Expected indentation of 4 spaces (indentation)
(#2949) Expected indentation of 4 spaces (indentation)
(#2950) Expected indentation of 4 spaces (indentation)
(#2951) Expected indentation of 4 spaces (indentation)
(#2952) Expected indentation of 4 spaces (indentation)
(#2953) Expected indentation of 4 spaces (indentation)
(#2957) Expected indentation of 4 spaces (indentation)
(#2961) Expected indentation of 4 spaces (indentation)
(#2965) Expected indentation of 4 spaces (indentation)
(#2966) Expected indentation of 4 spaces (indentation)
(#2967) Expected indentation of 4 spaces (indentation)
(#2968) Expected indentation of 4 spaces (indentation)
(#2969) Expected indentation of 4 spaces (indentation)
(#2970) Expected indentation of 4 spaces (indentation)
(#2971) Expected indentation of 4 spaces (indentation)
(#2972) Expected indentation of 4 spaces (indentation)
(#2973) Expected indentation of 4 spaces (indentation)
(#2974) Expected indentation of 4 spaces (indentation)
(#2982) Expected indentation of 4 spaces (indentation)
(#2983) Expected indentation of 4 spaces (indentation)
(#2984) Expected indentation of 4 spaces (indentation)
(#2992) Expected indentation of 4 spaces (indentation)
(#2993) Expected indentation of 4 spaces (indentation)
(#2994) Expected indentation of 4 spaces (indentation)
(#3016) Expected indentation of 4 spaces (indentation)
(#3020) Expected indentation of 4 spaces (indentation)
(#3021) Expected indentation of 4 spaces (indentation)
(#3022) Expected indentation of 4 spaces (indentation)
(#3026) Expected indentation of 4 spaces (indentation)
(#3027) Expected indentation of 4 spaces (indentation)
(#3028) Expected indentation of 4 spaces (indentation)
(#3032) Expected indentation of 4 spaces (indentation)
(#3033) Expected indentation of 4 spaces (indentation)
(#3034) Expected indentation of 4 spaces (indentation)
(#3038) Expected indentation of 4 spaces (indentation)
(#3060) Expected indentation of 4 spaces (indentation)
(#3064) Expected indentation of 4 spaces (indentation)
(#3065) Expected indentation of 4 spaces (indentation)
(#3066) Expected indentation of 4 spaces (indentation)
(#3070) Expected indentation of 4 spaces (indentation)
(#3071) Expected indentation of 4 spaces (indentation)
(#3072) Expected indentation of 4 spaces (indentation)
(#3076) Expected indentation of 4 spaces (indentation)
(#3077) Expected indentation of 4 spaces (indentation)
(#3078) Expected indentation of 4 spaces (indentation)
(#3082) Expected indentation of 4 spaces (indentation)
(#3104) Expected indentation of 4 spaces (indentation)
(#3108) Expected indentation of 4 spaces (indentation)
(#3109) Expected indentation of 4 spaces (indentation)
(#3110) Expected indentation of 4 spaces (indentation)
(#3114) Expected indentation of 4 spaces (indentation)
(#3115) Expected indentation of 4 spaces (indentation)
(#3116) Expected indentation of 4 spaces (indentation)
(#3122) Expected indentation of 4 spaces (indentation)
(#3123) Expected indentation of 4 spaces (indentation)
(#3124) Expected indentation of 4 spaces (indentation)
(#3128) Expected indentation of 4 spaces (indentation)
(#3129) Expected indentation of 4 spaces (indentation)
(#3130) Expected indentation of 4 spaces (indentation)
(#3134) Expected indentation of 4 spaces (indentation)
(#3138) Expected indentation of 4 spaces (indentation)
(#3142) Expected indentation of 4 spaces (indentation)
(#3146) Expected indentation of 4 spaces (indentation)
(#3147) Expected indentation of 4 spaces (indentation)
(#3148) Expected indentation of 4 spaces (indentation)
(#3149) Expected indentation of 4 spaces (indentation)
(#3150) Expected indentation of 4 spaces (indentation)
(#3151) Expected indentation of 4 spaces (indentation)
(#3152) Expected indentation of 4 spaces (indentation)
(#3162) Expected indentation of 4 spaces (indentation)
(#3171) Expected indentation of 4 spaces (indentation)
(#3176) Expected indentation of 4 spaces (indentation)
(#3180) Expected indentation of 4 spaces (indentation)
(#3181) Expected indentation of 4 spaces (indentation)
(#3182) Expected indentation of 4 spaces (indentation)
(#3186) Expected indentation of 4 spaces (indentation)
(#3190) Expected indentation of 4 spaces (indentation)
(#3191) Expected indentation of 4 spaces (indentation)
(#3192) Expected indentation of 4 spaces (indentation)
(#3196) Expected indentation of 4 spaces (indentation)
(#3200) Expected indentation of 4 spaces (indentation)
(#3201) Expected indentation of 4 spaces (indentation)
(#3209) Expected indentation of 4 spaces (indentation)
(#3213) Expected indentation of 4 spaces (indentation)
(#3217) Expected indentation of 4 spaces (indentation)
(#3218) Expected indentation of 4 spaces (indentation)
(#3224) Expected indentation of 4 spaces (indentation)
(#3225) Expected indentation of 4 spaces (indentation)
(#3226) Expected indentation of 4 spaces (indentation)
(#3227) Expected indentation of 4 spaces (indentation)
(#3233) Expected indentation of 4 spaces (indentation)
(#3239) Expected indentation of 4 spaces (indentation)
(#3240) Expected indentation of 4 spaces (indentation)
(#3244) Expected indentation of 4 spaces (indentation)
(#3254) Expected indentation of 4 spaces (indentation)
(#3255) Expected indentation of 4 spaces (indentation)
(#3256) Expected indentation of 4 spaces (indentation)
(#3262) Expected indentation of 4 spaces (indentation)
(#3266) Expected indentation of 4 spaces (indentation)
(#3267) Expected indentation of 4 spaces (indentation)
(#3270) Expected indentation of 4 spaces (indentation)
(#3275) Expected indentation of 4 spaces (indentation)
(#3271) Expected indentation of 4 spaces (indentation)
(#3272) Expected indentation of 8 spaces (indentation)
(#3273) Expected indentation of 8 spaces (indentation)
(#3274) Expected indentation of 8 spaces (indentation)
(#3279) Expected indentation of 4 spaces (indentation)
(#3282) Expected indentation of 4 spaces (indentation)
(#3286) Expected indentation of 4 spaces (indentation)
(#3283) Expected indentation of 4 spaces (indentation)
(#3284) Expected indentation of 8 spaces (indentation)
(#3285) Expected indentation of 8 spaces (indentation)
(#3289) Expected indentation of 4 spaces (indentation)
(#3293) Expected indentation of 4 spaces (indentation)
(#3290) Expected indentation of 4 spaces (indentation)
(#3291) Expected indentation of 8 spaces (indentation)
(#3292) Expected indentation of 8 spaces (indentation)
(#3297) Expected indentation of 4 spaces (indentation)
(#3298) Expected indentation of 4 spaces (indentation)
(#3299) Expected indentation of 4 spaces (indentation)
(#3300) Expected indentation of 4 spaces (indentation)
(#3301) Expected indentation of 4 spaces (indentation)
(#3302) Expected indentation of 4 spaces (indentation)
(#3303) Expected indentation of 4 spaces (indentation)
(#3304) Expected indentation of 4 spaces (indentation)
(#3305) Expected indentation of 4 spaces (indentation)
(#3306) Expected indentation of 4 spaces (indentation)
(#3307) Expected indentation of 4 spaces (indentation)
(#3308) Expected indentation of 4 spaces (indentation)
(#3309) Expected indentation of 4 spaces (indentation)
(#3310) Expected indentation of 4 spaces (indentation)
(#3311) Expected indentation of 4 spaces (indentation)
(#3312) Expected indentation of 4 spaces (indentation)
(#3313) Expected indentation of 4 spaces (indentation)
(#3314) Expected indentation of 4 spaces (indentation)
(#3315) Expected indentation of 4 spaces (indentation)
(#3329) Expected indentation of 4 spaces (indentation)
(#3330) Expected indentation of 4 spaces (indentation)
(#3338) Expected indentation of 4 spaces (indentation)
(#3339) Expected indentation of 4 spaces (indentation)
(#3345) Expected indentation of 4 spaces (indentation)
(#3346) Expected indentation of 4 spaces (indentation)
(#3347) Expected indentation of 4 spaces (indentation)
(#3348) Expected indentation of 4 spaces (indentation)
(#3356) Expected indentation of 4 spaces (indentation)
(#3357) Expected indentation of 4 spaces (indentation)
(#3358) Expected indentation of 4 spaces (indentation)
(#3359) Expected indentation of 4 spaces (indentation)
(#3360) Expected indentation of 4 spaces (indentation)
(#3366) Expected indentation of 4 spaces (indentation)
(#3370) Expected indentation of 4 spaces (indentation)
(#3371) Expected indentation of 4 spaces (indentation)
(#3372) Expected indentation of 4 spaces (indentation)
(#3378) Expected indentation of 4 spaces (indentation)
(#3379) Expected indentation of 4 spaces (indentation)
(#3380) Expected indentation of 4 spaces (indentation)
(#3384) Expected indentation of 4 spaces (indentation)
(#3385) Expected indentation of 4 spaces (indentation)
(#3386) Expected indentation of 4 spaces (indentation)
(#3394) Expected indentation of 4 spaces (indentation)
(#3395) Expected indentation of 4 spaces (indentation)
(#3396) Expected indentation of 4 spaces (indentation)
(#3416) Expected indentation of 4 spaces (indentation)
(#3417) Expected indentation of 4 spaces (indentation)
(#3418) Expected indentation of 4 spaces (indentation)
(#3426) Expected indentation of 4 spaces (indentation)
(#3446) Expected indentation of 4 spaces (indentation)
(#3447) Expected indentation of 4 spaces (indentation)
(#3451) Expected indentation of 4 spaces (indentation)
(#3452) Expected indentation of 4 spaces (indentation)
(#3456) Expected indentation of 4 spaces (indentation)
(#3457) Expected indentation of 4 spaces (indentation)
(#3458) Expected indentation of 4 spaces (indentation)
(#3464) Expected indentation of 4 spaces (indentation)
(#3465) Expected indentation of 4 spaces (indentation)
(#3466) Expected indentation of 4 spaces (indentation)
(#3470) Expected indentation of 4 spaces (indentation)
(#3471) Expected indentation of 4 spaces (indentation)
(#3472) Expected indentation of 4 spaces (indentation)
(#3480) Expected indentation of 4 spaces (indentation)
(#3481) Expected indentation of 4 spaces (indentation)
(#3482) Expected indentation of 4 spaces (indentation)
(#3502) Expected indentation of 4 spaces (indentation)
(#3503) Expected indentation of 4 spaces (indentation)
(#3504) Expected indentation of 4 spaces (indentation)
(#3512) Expected indentation of 4 spaces (indentation)
(#3532) Expected indentation of 4 spaces (indentation)
(#3533) Expected indentation of 4 spaces (indentation)
(#3537) Expected indentation of 4 spaces (indentation)
(#3538) Expected indentation of 4 spaces (indentation)
(#3542) Expected indentation of 4 spaces (indentation)
(#3543) Expected indentation of 4 spaces (indentation)
(#3544) Expected indentation of 4 spaces (indentation)
(#3550) Expected indentation of 4 spaces (indentation)
(#3551) Expected indentation of 4 spaces (indentation)
(#3552) Expected indentation of 4 spaces (indentation)
(#3556) Expected indentation of 4 spaces (indentation)
(#3557) Expected indentation of 4 spaces (indentation)
(#3558) Expected indentation of 4 spaces (indentation)
(#3566) Expected indentation of 4 spaces (indentation)
(#3567) Expected indentation of 4 spaces (indentation)
(#3568) Expected indentation of 4 spaces (indentation)
(#3588) Expected indentation of 4 spaces (indentation)
(#3589) Expected indentation of 4 spaces (indentation)
(#3590) Expected indentation of 4 spaces (indentation)
(#3598) Expected indentation of 4 spaces (indentation)
(#3618) Expected indentation of 4 spaces (indentation)
(#3619) Expected indentation of 4 spaces (indentation)
(#3623) Expected indentation of 4 spaces (indentation)
(#3624) Expected indentation of 4 spaces (indentation)
(#3628) Expected indentation of 4 spaces (indentation)
(#3629) Expected indentation of 4 spaces (indentation)
(#3630) Expected indentation of 4 spaces (indentation)
(#3636) Expected indentation of 4 spaces (indentation)
(#3637) Expected indentation of 4 spaces (indentation)
(#3638) Expected indentation of 4 spaces (indentation)
(#3642) Expected indentation of 4 spaces (indentation)
(#3643) Expected indentation of 4 spaces (indentation)
(#3644) Expected indentation of 4 spaces (indentation)
(#3652) Expected indentation of 4 spaces (indentation)
(#3653) Expected indentation of 4 spaces (indentation)
(#3654) Expected indentation of 4 spaces (indentation)
(#3674) Expected indentation of 4 spaces (indentation)
(#3675) Expected indentation of 4 spaces (indentation)
(#3676) Expected indentation of 4 spaces (indentation)
(#3684) Expected indentation of 4 spaces (indentation)
(#3704) Expected indentation of 4 spaces (indentation)
(#3705) Expected indentation of 4 spaces (indentation)
(#3709) Expected indentation of 4 spaces (indentation)
(#3710) Expected indentation of 4 spaces (indentation)
(#3714) Expected indentation of 4 spaces (indentation)
(#3715) Expected indentation of 4 spaces (indentation)
(#3716) Expected indentation of 4 spaces (indentation)
(#3722) Expected indentation of 4 spaces (indentation)
(#3723) Expected indentation of 4 spaces (indentation)
(#3724) Expected indentation of 4 spaces (indentation)
(#3728) Expected indentation of 4 spaces (indentation)
(#3729) Expected indentation of 4 spaces (indentation)
(#3730) Expected indentation of 4 spaces (indentation)
(#3738) Expected indentation of 4 spaces (indentation)
(#3739) Expected indentation of 4 spaces (indentation)
(#3740) Expected indentation of 4 spaces (indentation)
(#3760) Expected indentation of 4 spaces (indentation)
(#3761) Expected indentation of 4 spaces (indentation)
(#3762) Expected indentation of 4 spaces (indentation)
(#3770) Expected indentation of 4 spaces (indentation)
(#3790) Expected indentation of 4 spaces (indentation)
(#3791) Expected indentation of 4 spaces (indentation)
(#3795) Expected indentation of 4 spaces (indentation)
(#3796) Expected indentation of 4 spaces (indentation)
(#3800) Expected indentation of 4 spaces (indentation)
(#3801) Expected indentation of 4 spaces (indentation)
(#3802) Expected indentation of 4 spaces (indentation)
(#3808) Expected indentation of 4 spaces (indentation)
(#3809) Expected indentation of 4 spaces (indentation)
(#3810) Expected indentation of 4 spaces (indentation)
(#3814) Expected indentation of 4 spaces (indentation)
(#3815) Expected indentation of 4 spaces (indentation)
(#3816) Expected indentation of 4 spaces (indentation)
(#3824) Expected indentation of 4 spaces (indentation)
(#3825) Expected indentation of 4 spaces (indentation)
(#3826) Expected indentation of 4 spaces (indentation)
(#3846) Expected indentation of 4 spaces (indentation)
(#3847) Expected indentation of 4 spaces (indentation)
(#3848) Expected indentation of 4 spaces (indentation)
(#3856) Expected indentation of 4 spaces (indentation)
(#3876) Expected indentation of 4 spaces (indentation)
(#3877) Expected indentation of 4 spaces (indentation)
(#3881) Expected indentation of 4 spaces (indentation)
(#3882) Expected indentation of 4 spaces (indentation)
(#3886) Expected indentation of 4 spaces (indentation)
(#3887) Expected indentation of 4 spaces (indentation)
(#3888) Expected indentation of 4 spaces (indentation)
(#3900) Expected indentation of 4 spaces (indentation)
(#3901) Expected indentation of 4 spaces (indentation)
(#3902) Expected indentation of 4 spaces (indentation)
(#3912) Expected indentation of 4 spaces (indentation)
(#3918) Expected indentation of 4 spaces (indentation)
(#3919) Expected indentation of 4 spaces (indentation)
(#3920) Expected indentation of 4 spaces (indentation)
(#3930) Expected indentation of 4 spaces (indentation)
(#3931) Expected indentation of 4 spaces (indentation)
(#3937) Expected indentation of 4 spaces (indentation)
(#3938) Expected indentation of 4 spaces (indentation)
(#3939) Expected indentation of 4 spaces (indentation)
(#3940) Expected indentation of 4 spaces (indentation)
(#3946) Expected indentation of 4 spaces (indentation)
(#3947) Expected indentation of 4 spaces (indentation)
(#3948) Expected indentation of 4 spaces (indentation)
(#3949) Expected indentation of 4 spaces (indentation)
(#3955) Expected indentation of 4 spaces (indentation)
(#3956) Expected indentation of 4 spaces (indentation)
(#3957) Expected indentation of 4 spaces (indentation)
(#3958) Expected indentation of 4 spaces (indentation)
(#3959) Expected indentation of 4 spaces (indentation)
(#3963) Expected indentation of 4 spaces (indentation)
(#3964) Expected indentation of 4 spaces (indentation)
(#3968) Expected indentation of 4 spaces (indentation)
(#3976) Expected indentation of 4 spaces (indentation)
(#3980) Expected indentation of 4 spaces (indentation)
(#3981) Expected indentation of 4 spaces (indentation)
(#3982) Expected indentation of 4 spaces (indentation)
(#3983) Expected indentation of 4 spaces (indentation)
(#3987) Expected indentation of 4 spaces (indentation)
(#3991) Expected indentation of 4 spaces (indentation)
(#3995) Expected indentation of 4 spaces (indentation)
(#3999) Expected indentation of 4 spaces (indentation)
(#4003) Expected indentation of 4 spaces (indentation)
(#4007) Expected indentation of 4 spaces (indentation)
(#4008) Expected indentation of 4 spaces (indentation)
(#4009) Expected indentation of 4 spaces (indentation)
(#4010) Expected indentation of 4 spaces (indentation)
(#4011) Expected indentation of 4 spaces (indentation)
(#4012) Expected indentation of 4 spaces (indentation)
(#4013) Expected indentation of 4 spaces (indentation)
(#4014) Expected indentation of 4 spaces (indentation)
(#4015) Expected indentation of 4 spaces (indentation)
(#4016) Expected indentation of 4 spaces (indentation)
(#4017) Expected indentation of 4 spaces (indentation)
(#4018) Expected indentation of 4 spaces (indentation)
(#4022) Expected indentation of 4 spaces (indentation)
(#4023) Expected indentation of 4 spaces (indentation)
(#4024) Expected indentation of 4 spaces (indentation)
(#4025) Expected indentation of 4 spaces (indentation)
(#4026) Expected indentation of 4 spaces (indentation)
(#4027) Expected indentation of 4 spaces (indentation)
(#4028) Expected indentation of 4 spaces (indentation)
(#4029) Expected indentation of 4 spaces (indentation)
(#4030) Expected indentation of 4 spaces (indentation)
(#4036) Expected indentation of 4 spaces (indentation)
(#4040) Expected indentation of 4 spaces (indentation)
(#4044) Expected indentation of 4 spaces (indentation)
(#4045) Expected indentation of 4 spaces (indentation)
(#4046) Expected indentation of 4 spaces (indentation)
(#4047) Expected indentation of 4 spaces (indentation)
(#4048) Expected indentation of 4 spaces (indentation)
(#4049) Expected indentation of 4 spaces (indentation)
(#4050) Expected indentation of 4 spaces (indentation)
(#4051) Expected indentation of 4 spaces (indentation)
(#4052) Expected indentation of 4 spaces (indentation)
(#4053) Expected indentation of 4 spaces (indentation)
(#4054) Expected indentation of 4 spaces (indentation)
(#4055) Expected indentation of 4 spaces (indentation)
(#4056) Expected indentation of 4 spaces (indentation)
(#4057) Expected indentation of 4 spaces (indentation)
(#4058) Expected indentation of 4 spaces (indentation)
(#4059) Expected indentation of 4 spaces (indentation)
(#4060) Expected indentation of 4 spaces (indentation)
(#4061) Expected indentation of 4 spaces (indentation)
(#4062) Expected indentation of 4 spaces (indentation)
(#4066) Expected indentation of 4 spaces (indentation)
(#4067) Expected indentation of 4 spaces (indentation)
(#4071) Expected indentation of 4 spaces (indentation)
(#4072) Expected indentation of 4 spaces (indentation)
(#4073) Expected indentation of 4 spaces (indentation)
(#4074) Expected indentation of 4 spaces (indentation)
(#4078) Expected indentation of 4 spaces (indentation)
(#4079) Expected indentation of 4 spaces (indentation)
(#4080) Expected indentation of 4 spaces (indentation)
(#4081) Expected indentation of 4 spaces (indentation)
(#4082) Expected indentation of 4 spaces (indentation)
(#4083) Expected indentation of 4 spaces (indentation)
(#4084) Expected indentation of 4 spaces (indentation)
(#4090) Expected indentation of 4 spaces (indentation)
(#4091) Expected indentation of 4 spaces (indentation)
(#4092) Expected indentation of 4 spaces (indentation)
(#4100) Expected indentation of 4 spaces (indentation)
(#4101) Expected indentation of 4 spaces (indentation)
(#4102) Expected indentation of 4 spaces (indentation)
(#4103) Expected indentation of 4 spaces (indentation)
(#4111) Expected indentation of 4 spaces (indentation)
(#4117) Expected indentation of 4 spaces (indentation)
(#4118) Expected indentation of 4 spaces (indentation)
(#4119) Expected indentation of 4 spaces (indentation)
(#4120) Expected indentation of 4 spaces (indentation)
(#4121) Expected indentation of 4 spaces (indentation)
(#4125) Expected indentation of 4 spaces (indentation)
(#4129) Expected indentation of 4 spaces (indentation)
(#4133) Expected indentation of 4 spaces (indentation)
(#4134) Expected indentation of 4 spaces (indentation)
(#4138) Expected indentation of 4 spaces (indentation)
(#4139) Expected indentation of 4 spaces (indentation)
(#4143) Expected indentation of 4 spaces (indentation)
(#4144) Expected indentation of 4 spaces (indentation)
(#4145) Expected indentation of 4 spaces (indentation)
(#4146) Expected indentation of 4 spaces (indentation)
(#4147) Expected indentation of 4 spaces (indentation)
(#4148) Expected indentation of 4 spaces (indentation)
(#4152) Expected indentation of 4 spaces (indentation)
(#4153) Expected indentation of 4 spaces (indentation)
(#4154) Expected indentation of 4 spaces (indentation)
(#4155) Expected indentation of 4 spaces (indentation)
(#4156) Expected indentation of 4 spaces (indentation)
(#4157) Expected indentation of 4 spaces (indentation)
(#4161) Expected indentation of 4 spaces (indentation)
(#4162) Expected indentation of 4 spaces (indentation)
(#4168) Expected indentation of 4 spaces (indentation)
(#4169) Expected indentation of 4 spaces (indentation)
(#4170) Expected indentation of 4 spaces (indentation)
(#4171) Expected indentation of 4 spaces (indentation)
(#4177) Expected indentation of 4 spaces (indentation)
(#4178) Expected indentation of 4 spaces (indentation)
(#4179) Expected indentation of 4 spaces (indentation)
(#4182) Expected indentation of 4 spaces (indentation)
(#4186) Expected indentation of 4 spaces (indentation)
(#4183) Expected indentation of 4 spaces (indentation)
(#4184) Expected indentation of 8 spaces (indentation)
(#4185) Expected indentation of 8 spaces (indentation)
(#4187) Expected indentation of 4 spaces (indentation)
(#4191) Expected indentation of 4 spaces (indentation)
(#4188) Expected indentation of 4 spaces (indentation)
(#4189) Expected indentation of 8 spaces (indentation)
(#4190) Expected indentation of 8 spaces (indentation)
(#4197) Expected indentation of 4 spaces (indentation)
(#4198) Expected indentation of 4 spaces (indentation)
(#4199) Expected indentation of 4 spaces (indentation)
(#4205) Expected indentation of 4 spaces (indentation)
(#4206) Expected indentation of 4 spaces (indentation)
(#4224) Expected indentation of 4 spaces (indentation)
(#4234) Expected indentation of 4 spaces (indentation)
(#4238) Expected indentation of 4 spaces (indentation)
(#4246) Expected indentation of 4 spaces (indentation)
(#4254) Expected indentation of 4 spaces (indentation)
(#4258) Expected indentation of 4 spaces (indentation)
(#4262) Expected indentation of 4 spaces (indentation)
(#4266) Expected indentation of 4 spaces (indentation)
(#4267) Expected indentation of 4 spaces (indentation)
(#4273) Expected indentation of 4 spaces (indentation)
(#4274) Expected indentation of 4 spaces (indentation)
(#4278) Expected indentation of 4 spaces (indentation)
(#4282) Expected indentation of 4 spaces (indentation)
(#4288) Expected indentation of 4 spaces (indentation)
(#4289) Expected indentation of 4 spaces (indentation)
(#4293) Expected indentation of 4 spaces (indentation)
(#4294) Expected indentation of 4 spaces (indentation)
(#4300) Expected indentation of 4 spaces (indentation)
(#4304) Expected indentation of 4 spaces (indentation)
(#4305) Expected indentation of 4 spaces (indentation)
(#4309) Expected indentation of 4 spaces (indentation)
(#4310) Expected indentation of 4 spaces (indentation)
(#4314) Expected indentation of 4 spaces (indentation)
(#4315) Expected indentation of 4 spaces (indentation)
(#4319) Expected indentation of 4 spaces (indentation)
(#4320) Expected indentation of 4 spaces (indentation)
(#4324) Expected indentation of 4 spaces (indentation)
(#4328) Expected indentation of 4 spaces (indentation)
(#4332) Expected indentation of 4 spaces (indentation)
(#4340) Expected indentation of 4 spaces (indentation)
(#4341) Expected indentation of 4 spaces (indentation)
(#4342) Expected indentation of 4 spaces (indentation)
(#4343) Expected indentation of 4 spaces (indentation)
(#4347) Expected indentation of 4 spaces (indentation)
(#4357) Expected indentation of 4 spaces (indentation)
(#4358) Expected indentation of 4 spaces (indentation)
(#4362) Expected indentation of 4 spaces (indentation)
(#4366) Expected indentation of 4 spaces (indentation)
(#4370) Expected indentation of 4 spaces (indentation)
(#4374) Expected indentation of 4 spaces (indentation)
(#4380) Expected indentation of 4 spaces (indentation)
(#4381) Expected indentation of 4 spaces (indentation)
(#4385) Expected indentation of 4 spaces (indentation)
(#4386) Expected indentation of 4 spaces (indentation)
(#4390) Expected indentation of 4 spaces (indentation)
(#4391) Expected indentation of 4 spaces (indentation)
(#4392) Expected indentation of 4 spaces (indentation)
(#4393) Expected indentation of 4 spaces (indentation)
(#4399) Expected indentation of 4 spaces (indentation)
(#4400) Expected indentation of 4 spaces (indentation)
(#4401) Expected indentation of 4 spaces (indentation)
(#4405) Expected indentation of 4 spaces (indentation)
(#4409) Expected indentation of 4 spaces (indentation)
(#4413) Expected indentation of 4 spaces (indentation)
(#4414) Expected indentation of 4 spaces (indentation)
(#4415) Expected indentation of 4 spaces (indentation)
(#4419) Expected indentation of 4 spaces (indentation)
(#4420) Expected indentation of 4 spaces (indentation)
(#4421) Expected indentation of 4 spaces (indentation)
(#4425) Expected indentation of 4 spaces (indentation)
(#4426) Expected indentation of 4 spaces (indentation)
(#4427) Expected indentation of 4 spaces (indentation)
(#4428) Expected indentation of 4 spaces (indentation)
(#4429) Expected indentation of 4 spaces (indentation)
(#4433) Expected indentation of 4 spaces (indentation)
(#4441) Expected indentation of 4 spaces (indentation)
(#4442) Expected indentation of 4 spaces (indentation)
(#4443) Expected indentation of 4 spaces (indentation)
(#4444) Expected indentation of 4 spaces (indentation)
(#4445) Expected indentation of 4 spaces (indentation)
(#4453) Expected indentation of 4 spaces (indentation)
(#4454) Expected indentation of 4 spaces (indentation)
(#4468) Expected indentation of 4 spaces (indentation)
(#4476) Expected indentation of 4 spaces (indentation)
(#4477) Expected indentation of 4 spaces (indentation)
(#4478) Expected indentation of 4 spaces (indentation)
(#4479) Expected indentation of 4 spaces (indentation)
(#4480) Expected indentation of 4 spaces (indentation)
(#4488) Expected indentation of 4 spaces (indentation)
(#4489) Expected indentation of 4 spaces (indentation)
(#4503) Expected indentation of 4 spaces (indentation)
(#4511) Expected indentation of 4 spaces (indentation)
(#4519) Expected indentation of 4 spaces (indentation)
(#4525) Expected indentation of 4 spaces (indentation)
(#4526) Expected indentation of 4 spaces (indentation)
(#4527) Expected indentation of 4 spaces (indentation)
(#4531) Expected indentation of 4 spaces (indentation)
(#4532) Expected indentation of 4 spaces (indentation)
(#4533) Expected indentation of 4 spaces (indentation)
(#4534) Expected indentation of 4 spaces (indentation)
(#4535) Expected indentation of 4 spaces (indentation)
(#4536) Expected indentation of 4 spaces (indentation)
(#4537) Expected indentation of 4 spaces (indentation)
(#4538) Expected indentation of 4 spaces (indentation)
(#4539) Expected indentation of 4 spaces (indentation)
(#4543) Expected indentation of 4 spaces (indentation)
(#4544) Expected indentation of 4 spaces (indentation)
(#4545) Expected indentation of 4 spaces (indentation)
(#4549) Expected indentation of 4 spaces (indentation)
(#4550) Expected indentation of 4 spaces (indentation)
(#4551) Expected indentation of 4 spaces (indentation)
(#4557) Expected indentation of 4 spaces (indentation)
(#4573) Expected indentation of 4 spaces (indentation)
(#4574) Expected indentation of 4 spaces (indentation)
(#4578) Expected indentation of 4 spaces (indentation)
(#4594) Expected indentation of 4 spaces (indentation)
(#4595) Expected indentation of 4 spaces (indentation)
(#4599) Expected indentation of 4 spaces (indentation)
(#4603) Expected indentation of 4 spaces (indentation)
(#4604) Expected indentation of 4 spaces (indentation)
(#4605) Expected indentation of 4 spaces (indentation)
(#4609) Expected indentation of 4 spaces (indentation)
(#4613) Expected indentation of 4 spaces (indentation)
(#4621) Expected indentation of 4 spaces (indentation)
(#4627) Expected indentation of 4 spaces (indentation)
(#4633) Expected indentation of 4 spaces (indentation)
(#4634) Expected indentation of 4 spaces (indentation)
(#4638) Expected indentation of 4 spaces (indentation)
(#4639) Expected indentation of 4 spaces (indentation)
(#4640) Expected indentation of 4 spaces (indentation)
(#4644) Expected indentation of 4 spaces (indentation)
(#4645) Expected indentation of 4 spaces (indentation)
(#4649) Expected indentation of 4 spaces (indentation)
(#4650) Expected indentation of 4 spaces (indentation)
(#4651) Expected indentation of 4 spaces (indentation)
(#4657) Expected indentation of 4 spaces (indentation)
(#4658) Expected indentation of 4 spaces (indentation)
(#4662) Expected indentation of 4 spaces (indentation)
(#4668) Expected indentation of 4 spaces (indentation)
(#4669) Expected indentation of 4 spaces (indentation)
(#4670) Expected indentation of 4 spaces (indentation)
(#4671) Expected indentation of 4 spaces (indentation)
(#4679) Expected indentation of 4 spaces (indentation)
(#4680) Expected indentation of 4 spaces (indentation)
(#4684) Expected indentation of 4 spaces (indentation)
(#4685) Expected indentation of 4 spaces (indentation)
(#4686) Expected indentation of 4 spaces (indentation)
(#4687) Expected indentation of 4 spaces (indentation)
(#4691) Expected indentation of 4 spaces (indentation)
(#4695) Expected indentation of 4 spaces (indentation)
(#4699) Expected indentation of 4 spaces (indentation)
(#4700) Expected indentation of 4 spaces (indentation)
(#4704) Expected indentation of 4 spaces (indentation)
(#4705) Expected indentation of 4 spaces (indentation)
(#4706) Expected indentation of 4 spaces (indentation)
(#4707) Expected indentation of 4 spaces (indentation)
(#4711) Expected indentation of 4 spaces (indentation)
(#4719) Expected indentation of 4 spaces (indentation)
(#4720) Expected indentation of 4 spaces (indentation)
(#4721) Expected indentation of 4 spaces (indentation)
(#4722) Expected indentation of 4 spaces (indentation)
(#4723) Expected indentation of 4 spaces (indentation)
(#4727) Expected indentation of 4 spaces (indentation)
(#4728) Expected indentation of 4 spaces (indentation)
(#4732) Expected indentation of 4 spaces (indentation)
(#4736) Expected indentation of 4 spaces (indentation)
(#4737) Expected indentation of 4 spaces (indentation)
(#4741) Expected indentation of 4 spaces (indentation)
(#4742) Expected indentation of 4 spaces (indentation)
(#4745) Expected indentation of 4 spaces (indentation)
(#4749) Expected indentation of 4 spaces (indentation)
(#4746) Expected indentation of 4 spaces (indentation)
(#4747) Expected indentation of 8 spaces (indentation)
(#4748) Expected indentation of 8 spaces (indentation)
(#4750) Expected indentation of 4 spaces (indentation)
(#4753) Expected indentation of 4 spaces (indentation)
(#4751) Expected indentation of 4 spaces (indentation)
(#4752) Expected indentation of 8 spaces (indentation)
(#4757) Expected indentation of 4 spaces (indentation)
(#4758) Expected indentation of 4 spaces (indentation)
(#4764) Expected indentation of 4 spaces (indentation)
(#4767) Expected indentation of 4 spaces (indentation)
(#4771) Expected indentation of 4 spaces (indentation)
(#4768) Expected indentation of 4 spaces (indentation)
(#4769) Expected indentation of 8 spaces (indentation)
(#4770) Expected indentation of 8 spaces (indentation)
(#4772) Expected indentation of 4 spaces (indentation)
(#4777) Expected indentation of 4 spaces (indentation)
(#4773) Expected indentation of 4 spaces (indentation)
(#4774) Expected indentation of 4 spaces (indentation)
(#4775) Expected indentation of 4 spaces (indentation)
(#4776) Expected indentation of 8 spaces (indentation)
(#4781) Expected indentation of 4 spaces (indentation)
(#4785) Expected indentation of 4 spaces (indentation)
(#4789) Expected indentation of 4 spaces (indentation)
(#4797) Expected indentation of 4 spaces (indentation)
(#4798) Expected indentation of 4 spaces (indentation)
(#4802) Expected indentation of 4 spaces (indentation)
(#4806) Expected indentation of 4 spaces (indentation)
(#4807) Expected indentation of 4 spaces (indentation)
(#4811) Expected indentation of 4 spaces (indentation)
(#4815) Expected indentation of 4 spaces (indentation)
(#4819) Expected indentation of 4 spaces (indentation)
(#4820) Expected indentation of 4 spaces (indentation)
(#4824) Expected indentation of 4 spaces (indentation)
(#4825) Expected indentation of 4 spaces (indentation)
(#4828) Expected indentation of 4 spaces (indentation)
(#4832) Expected indentation of 4 spaces (indentation)
(#4829) Expected indentation of 4 spaces (indentation)
(#4830) Expected indentation of 8 spaces (indentation)
(#4831) Expected indentation of 8 spaces (indentation)
(#4833) Expected indentation of 4 spaces (indentation)
(#4836) Expected indentation of 4 spaces (indentation)
(#4834) Expected indentation of 4 spaces (indentation)
(#4835) Expected indentation of 8 spaces (indentation)
(#4840) Expected indentation of 4 spaces (indentation)
(#4844) Expected indentation of 4 spaces (indentation)
(#4845) Expected indentation of 4 spaces (indentation)
(#4853) Expected indentation of 4 spaces (indentation)
(#4856) Expected indentation of 4 spaces (indentation)
(#4860) Expected indentation of 4 spaces (indentation)
(#4857) Expected indentation of 4 spaces (indentation)
(#4858) Expected indentation of 8 spaces (indentation)
(#4859) Expected indentation of 8 spaces (indentation)
(#4861) Expected indentation of 4 spaces (indentation)
(#4868) Expected indentation of 4 spaces (indentation)
(#4862) Expected indentation of 4 spaces (indentation)
(#4863) Expected indentation of 4 spaces (indentation)
(#4864) Expected indentation of 4 spaces (indentation)
(#4865) Expected indentation of 4 spaces (indentation)
(#4866) Expected indentation of 4 spaces (indentation)
(#4867) Expected indentation of 8 spaces (indentation)
(#4872) Expected indentation of 4 spaces (indentation)
(#4876) Expected indentation of 4 spaces (indentation)
(#4880) Expected indentation of 4 spaces (indentation)
(#4881) Expected indentation of 4 spaces (indentation)
(#4882) Expected indentation of 4 spaces (indentation)
(#4886) Expected indentation of 4 spaces (indentation)
(#4887) Expected indentation of 4 spaces (indentation)
(#4888) Expected indentation of 4 spaces (indentation)
(#4889) Expected indentation of 4 spaces (indentation)
(#4892) Expected indentation of 4 spaces (indentation)
(#4895) Expected indentation of 4 spaces (indentation)
(#4893) Expected indentation of 4 spaces (indentation)
(#4894) Expected indentation of 8 spaces (indentation)
(#4898) Expected indentation of 4 spaces (indentation)
(#4901) Expected indentation of 4 spaces (indentation)
(#4899) Expected indentation of 4 spaces (indentation)
(#4900) Expected indentation of 8 spaces (indentation)
(#4905) Expected indentation of 4 spaces (indentation)
(#4906) Expected indentation of 4 spaces (indentation)
(#4907) Expected indentation of 4 spaces (indentation)
(#4908) Expected indentation of 4 spaces (indentation)
(#4909) Expected indentation of 4 spaces (indentation)
(#4910) Expected indentation of 4 spaces (indentation)
(#4911) Expected indentation of 4 spaces (indentation)
(#4915) Expected indentation of 4 spaces (indentation)
(#4918) Expected indentation of 4 spaces (indentation)
(#4924) Expected indentation of 4 spaces (indentation)
(#4919) Expected indentation of 4 spaces (indentation)
(#4920) Expected indentation of 8 spaces (indentation)
(#4921) Expected indentation of 8 spaces (indentation)
(#4922) Expected indentation of 8 spaces (indentation)
(#4923) Expected indentation of 8 spaces (indentation)
(#4925) Expected indentation of 4 spaces (indentation)
(#4931) Expected indentation of 4 spaces (indentation)
(#4926) Expected indentation of 4 spaces (indentation)
(#4927) Expected indentation of 8 spaces (indentation)
(#4928) Expected indentation of 8 spaces (indentation)
(#4929) Expected indentation of 8 spaces (indentation)
(#4930) Expected indentation of 8 spaces (indentation)
(#4932) Expected indentation of 4 spaces (indentation)
(#4935) Expected indentation of 4 spaces (indentation)
(#4933) Expected indentation of 4 spaces (indentation)
(#4934) Expected indentation of 8 spaces (indentation)
(#4936) Expected indentation of 4 spaces (indentation)
(#4944) Expected indentation of 4 spaces (indentation)
(#4937) Expected indentation of 4 spaces (indentation)
(#4938) Expected indentation of 4 spaces (indentation)
(#4939) Expected indentation of 4 spaces (indentation)
(#4940) Expected indentation of 4 spaces (indentation)
(#4941) Expected indentation of 4 spaces (indentation)
(#4942) Expected indentation of 8 spaces (indentation)
(#4943) Expected indentation of 8 spaces (indentation)
(#4950) Expected indentation of 4 spaces (indentation)
(#4953) Expected indentation of 4 spaces (indentation)
(#4958) Expected indentation of 4 spaces (indentation)
(#4954) Expected indentation of 4 spaces (indentation)
(#4955) Expected indentation of 4 spaces (indentation)
(#4956) Expected indentation of 4 spaces (indentation)
(#4957) Expected indentation of 8 spaces (indentation)
(#4968) Expected indentation of 4 spaces (indentation)
(#4969) Expected indentation of 4 spaces (indentation)
(#4972) Expected indentation of 4 spaces (indentation)
(#4982) Expected indentation of 4 spaces (indentation)
(#4973) Expected indentation of 4 spaces (indentation)
(#4974) Expected indentation of 4 spaces (indentation)
(#4975) Expected indentation of 4 spaces (indentation)
(#4976) Expected indentation of 4 spaces (indentation)
(#4977) Expected indentation of 4 spaces (indentation)
(#4978) Expected indentation of 4 spaces (indentation)
(#4979) Expected indentation of 4 spaces (indentation)
(#4980) Expected indentation of 8 spaces (indentation)
(#4981) Expected indentation of 8 spaces (indentation)
(#4986) Expected indentation of 4 spaces (indentation)
(#4987) Expected indentation of 4 spaces (indentation)
(#4990) Expected indentation of 4 spaces (indentation)
(#4993) Expected indentation of 4 spaces (indentation)
(#4991) Expected indentation of 4 spaces (indentation)
(#4992) Expected indentation of 8 spaces (indentation)
(#4999) Expected indentation of 4 spaces (indentation)
(#5000) Expected indentation of 4 spaces (indentation)
(#5001) Expected indentation of 4 spaces (indentation)
(#5002) Expected indentation of 4 spaces (indentation)
(#5005) Expected indentation of 4 spaces (indentation)
(#5010) Expected indentation of 4 spaces (indentation)
(#5006) Expected indentation of 4 spaces (indentation)
(#5007) Expected indentation of 4 spaces (indentation)
(#5008) Expected indentation of 4 spaces (indentation)
(#5009) Expected indentation of 8 spaces (indentation)
(#5014) Expected indentation of 4 spaces (indentation)
(#5015) Expected indentation of 4 spaces (indentation)
(#5019) Expected indentation of 4 spaces (indentation)
(#5020) Expected indentation of 4 spaces (indentation)
(#5021) Expected indentation of 4 spaces (indentation)
(#5025) Expected indentation of 4 spaces (indentation)
(#5026) Expected indentation of 4 spaces (indentation)
(#5027) Expected indentation of 4 spaces (indentation)
(#5028) Expected indentation of 4 spaces (indentation)
(#5029) Expected indentation of 4 spaces (indentation)
(#5035) Expected indentation of 4 spaces (indentation)
(#5039) Expected indentation of 4 spaces (indentation)
(#5042) Expected indentation of 4 spaces (indentation)
(#5047) Expected indentation of 4 spaces (indentation)
(#5043) Expected indentation of 4 spaces (indentation)
(#5044) Expected indentation of 4 spaces (indentation)
(#5045) Expected indentation of 4 spaces (indentation)
(#5046) Expected indentation of 8 spaces (indentation)
(#5051) Expected indentation of 4 spaces (indentation)
(#5052) Expected indentation of 4 spaces (indentation)
(#5053) Expected indentation of 4 spaces (indentation)
(#5054) Expected indentation of 4 spaces (indentation)
(#5055) Expected indentation of 4 spaces (indentation)
(#5056) Expected indentation of 4 spaces (indentation)
(#5057) Expected indentation of 4 spaces (indentation)
(#5058) Expected indentation of 4 spaces (indentation)
(#5059) Expected indentation of 4 spaces (indentation)
(#5060) Expected indentation of 4 spaces (indentation)
(#5064) Expected indentation of 4 spaces (indentation)
(#5068) Expected indentation of 4 spaces (indentation)
(#5069) Expected indentation of 4 spaces (indentation)
(#5070) Expected indentation of 4 spaces (indentation)
(#5071) Expected indentation of 4 spaces (indentation)
(#5075) Expected indentation of 4 spaces (indentation)
(#5078) Expected indentation of 4 spaces (indentation)
(#5081) Expected indentation of 4 spaces (indentation)
(#5079) Expected indentation of 4 spaces (indentation)
(#5080) Expected indentation of 8 spaces (indentation)
(#5085) Expected indentation of 4 spaces (indentation)
(#5089) Expected indentation of 4 spaces (indentation)
(#5090) Expected indentation of 4 spaces (indentation)
(#5091) Expected indentation of 4 spaces (indentation)
(#5094) Expected indentation of 4 spaces (indentation)
(#5104) Expected indentation of 4 spaces (indentation)
(#5095) Expected indentation of 4 spaces (indentation)
(#5096) Expected indentation of 8 spaces (indentation)
(#5097) Expected indentation of 8 spaces (indentation)
(#5098) Expected indentation of 8 spaces (indentation)
(#5099) Expected indentation of 8 spaces (indentation)
(#5100) Expected indentation of 8 spaces (indentation)
(#5101) Expected indentation of 8 spaces (indentation)
(#5102) Expected indentation of 8 spaces (indentation)
(#5103) Expected indentation of 8 spaces (indentation)
(#5105) Expected indentation of 4 spaces (indentation)
(#5110) Expected indentation of 4 spaces (indentation)
(#5106) Expected indentation of 4 spaces (indentation)
(#5107) Expected indentation of 4 spaces (indentation)
(#5108) Expected indentation of 4 spaces (indentation)
(#5109) Expected indentation of 8 spaces (indentation)
(#5111) Expected indentation of 4 spaces (indentation)
(#5114) Expected indentation of 4 spaces (indentation)
(#5112) Expected indentation of 4 spaces (indentation)
(#5113) Expected indentation of 8 spaces (indentation)
(#5115) Expected indentation of 4 spaces (indentation)
(#5120) Expected indentation of 4 spaces (indentation)
(#5116) Expected indentation of 4 spaces (indentation)
(#5117) Expected indentation of 4 spaces (indentation)
(#5118) Expected indentation of 4 spaces (indentation)
(#5119) Expected indentation of 8 spaces (indentation)
(#5123) Expected indentation of 4 spaces (indentation)
(#5127) Expected indentation of 4 spaces (indentation)
(#5124) Expected indentation of 4 spaces (indentation)
(#5125) Expected indentation of 8 spaces (indentation)
(#5126) Expected indentation of 8 spaces (indentation)
(#5128) Expected indentation of 4 spaces (indentation)
(#5131) Expected indentation of 4 spaces (indentation)
(#5129) Expected indentation of 4 spaces (indentation)
(#5130) Expected indentation of 8 spaces (indentation)
(#5132) Expected indentation of 4 spaces (indentation)
(#5136) Expected indentation of 4 spaces (indentation)
(#5133) Expected indentation of 4 spaces (indentation)
(#5134) Expected indentation of 8 spaces (indentation)
(#5135) Expected indentation of 8 spaces (indentation)
(#5140) Expected indentation of 4 spaces (indentation)
(#5141) Expected indentation of 4 spaces (indentation)
(#5142) Expected indentation of 4 spaces (indentation)
(#5143) Expected indentation of 4 spaces (indentation)
(#5144) Expected indentation of 4 spaces (indentation)
(#5145) Expected indentation of 4 spaces (indentation)
(#5148) Expected indentation of 4 spaces (indentation)
(#5153) Expected indentation of 4 spaces (indentation)
(#5149) Expected indentation of 4 spaces (indentation)
(#5150) Expected indentation of 8 spaces (indentation)
(#5151) Expected indentation of 8 spaces (indentation)
(#5152) Expected indentation of 8 spaces (indentation)
(#5154) Expected indentation of 4 spaces (indentation)
(#5159) Expected indentation of 4 spaces (indentation)
(#5155) Expected indentation of 4 spaces (indentation)
(#5156) Expected indentation of 8 spaces (indentation)
(#5157) Expected indentation of 8 spaces (indentation)
(#5158) Expected indentation of 8 spaces (indentation)
(#5160) Expected indentation of 4 spaces (indentation)
(#5163) Expected indentation of 4 spaces (indentation)
(#5161) Expected indentation of 4 spaces (indentation)
(#5162) Expected indentation of 8 spaces (indentation)
(#5164) Expected indentation of 4 spaces (indentation)
(#5168) Expected indentation of 4 spaces (indentation)
(#5165) Expected indentation of 4 spaces (indentation)
(#5166) Expected indentation of 8 spaces (indentation)
(#5167) Expected indentation of 8 spaces (indentation)
(#5169) Expected indentation of 4 spaces (indentation)
(#5176) Expected indentation of 4 spaces (indentation)
(#5170) Expected indentation of 4 spaces (indentation)
(#5171) Expected indentation of 4 spaces (indentation)
(#5172) Expected indentation of 4 spaces (indentation)
(#5173) Expected indentation of 4 spaces (indentation)
(#5174) Expected indentation of 4 spaces (indentation)
(#5175) Expected indentation of 8 spaces (indentation)
(#5177) Expected indentation of 4 spaces (indentation)
(#5180) Expected indentation of 4 spaces (indentation)
(#5178) Expected indentation of 4 spaces (indentation)
(#5179) Expected indentation of 8 spaces (indentation)
(#5181) Expected indentation of 4 spaces (indentation)
(#5185) Expected indentation of 4 spaces (indentation)
(#5182) Expected indentation of 4 spaces (indentation)
(#5183) Expected indentation of 8 spaces (indentation)
(#5184) Expected indentation of 8 spaces (indentation)
(#5186) Expected indentation of 4 spaces (indentation)
(#5194) Expected indentation of 4 spaces (indentation)
(#5187) Expected indentation of 4 spaces (indentation)
(#5188) Expected indentation of 4 spaces (indentation)
(#5189) Expected indentation of 4 spaces (indentation)
(#5190) Expected indentation of 8 spaces (indentation)
(#5191) Expected indentation of 8 spaces (indentation)
(#5192) Expected indentation of 8 spaces (indentation)
(#5193) Expected indentation of 8 spaces (indentation)
(#5195) Expected indentation of 4 spaces (indentation)
(#5200) Expected indentation of 4 spaces (indentation)
(#5196) Expected indentation of 4 spaces (indentation)
(#5197) Expected indentation of 4 spaces (indentation)
(#5198) Expected indentation of 4 spaces (indentation)
(#5199) Expected indentation of 8 spaces (indentation)
(#5201) Expected indentation of 4 spaces (indentation)
(#5207) Expected indentation of 4 spaces (indentation)
(#5202) Expected indentation of 4 spaces (indentation)
(#5203) Expected indentation of 4 spaces (indentation)
(#5204) Expected indentation of 4 spaces (indentation)
(#5205) Expected indentation of 8 spaces (indentation)
(#5206) Expected indentation of 8 spaces (indentation)
(#5208) Expected indentation of 4 spaces (indentation)
(#5211) Expected indentation of 4 spaces (indentation)
(#5209) Expected indentation of 4 spaces (indentation)
(#5210) Expected indentation of 8 spaces (indentation)
(#5214) Expected indentation of 4 spaces (indentation)
(#5217) Expected indentation of 4 spaces (indentation)
(#5215) Expected indentation of 4 spaces (indentation)
(#5216) Expected indentation of 8 spaces (indentation)
(#5218) Expected indentation of 4 spaces (indentation)
(#5221) Expected indentation of 4 spaces (indentation)
(#5219) Expected indentation of 4 spaces (indentation)
(#5220) Expected indentation of 8 spaces (indentation)
(#5224) Expected indentation of 4 spaces (indentation)
(#5234) Expected indentation of 4 spaces (indentation)
(#5225) Expected indentation of 4 spaces (indentation)
(#5226) Expected indentation of 8 spaces (indentation)
(#5227) Expected indentation of 8 spaces (indentation)
(#5228) Expected indentation of 8 spaces (indentation)
(#5229) Expected indentation of 8 spaces (indentation)
(#5230) Expected indentation of 8 spaces (indentation)
(#5231) Expected indentation of 8 spaces (indentation)
(#5232) Expected indentation of 8 spaces (indentation)
(#5233) Expected indentation of 8 spaces (indentation)
(#5238) Expected indentation of 4 spaces (indentation)
(#5239) Expected indentation of 4 spaces (indentation)
(#5240) Expected indentation of 4 spaces (indentation)
(#5244) Expected indentation of 4 spaces (indentation)
(#5245) Expected indentation of 4 spaces (indentation)
(#5249) Expected indentation of 4 spaces (indentation)
(#5250) Expected indentation of 4 spaces (indentation)
(#5254) Expected indentation of 4 spaces (indentation)
(#5255) Expected indentation of 4 spaces (indentation)
(#5259) Expected indentation of 4 spaces (indentation)
(#5260) Expected indentation of 4 spaces (indentation)
(#5264) Expected indentation of 4 spaces (indentation)
(#5265) Expected indentation of 4 spaces (indentation)
(#5268) Expected indentation of 4 spaces (indentation)
(#5273) Expected indentation of 4 spaces (indentation)
(#5269) Expected indentation of 4 spaces (indentation)
(#5270) Expected indentation of 8 spaces (indentation)
(#5271) Expected indentation of 8 spaces (indentation)
(#5272) Expected indentation of 8 spaces (indentation)
(#5276) Expected indentation of 4 spaces (indentation)
(#5279) Expected indentation of 4 spaces (indentation)
(#5277) Expected indentation of 4 spaces (indentation)
(#5278) Expected indentation of 8 spaces (indentation)
(#5280) Expected indentation of 4 spaces (indentation)
(#5284) Expected indentation of 4 spaces (indentation)
(#5281) Expected indentation of 4 spaces (indentation)
(#5282) Expected indentation of 8 spaces (indentation)
(#5283) Expected indentation of 8 spaces (indentation)
(#5285) Expected indentation of 4 spaces (indentation)
(#5288) Expected indentation of 4 spaces (indentation)
(#5286) Expected indentation of 4 spaces (indentation)
(#5287) Expected indentation of 8 spaces (indentation)
(#5292) Expected indentation of 4 spaces (indentation)
(#5293) Expected indentation of 4 spaces (indentation)
(#5297) Expected indentation of 4 spaces (indentation)
(#5303) Expected indentation of 4 spaces (indentation)
(#5304) Expected indentation of 4 spaces (indentation)
(#5308) Expected indentation of 4 spaces (indentation)
(#5312) Expected indentation of 4 spaces (indentation)
(#5318) Expected indentation of 4 spaces (indentation)
(#5319) Expected indentation of 4 spaces (indentation)
(#5327) Expected indentation of 4 spaces (indentation)
(#5328) Expected indentation of 4 spaces (indentation)
(#5336) Expected indentation of 4 spaces (indentation)
(#5337) Expected indentation of 4 spaces (indentation)
(#5341) Expected indentation of 4 spaces (indentation)
(#5347) Expected indentation of 4 spaces (indentation)
(#5351) Expected indentation of 4 spaces (indentation)
(#5357) Expected indentation of 4 spaces (indentation)
(#5365) Expected indentation of 4 spaces (indentation)
(#5366) Expected indentation of 4 spaces (indentation)
(#5369) Expected indentation of 4 spaces (indentation)
(#5372) Expected indentation of 4 spaces (indentation)
(#5370) Expected indentation of 4 spaces (indentation)
(#5371) Expected indentation of 8 spaces (indentation)
(#5373) Expected indentation of 4 spaces (indentation)
(#5379) Expected indentation of 4 spaces (indentation)
(#5374) Expected indentation of 4 spaces (indentation)
(#5375) Expected indentation of 4 spaces (indentation)
(#5376) Expected indentation of 4 spaces (indentation)
(#5377) Expected indentation of 8 spaces (indentation)
(#5378) Expected indentation of 8 spaces (indentation)
(#5380) Expected indentation of 4 spaces (indentation)
(#5388) Expected indentation of 4 spaces (indentation)
(#5381) Expected indentation of 4 spaces (indentation)
(#5382) Expected indentation of 4 spaces (indentation)
(#5383) Expected indentation of 4 spaces (indentation)
(#5384) Expected indentation of 4 spaces (indentation)
(#5385) Expected indentation of 4 spaces (indentation)
(#5386) Expected indentation of 8 spaces (indentation)
(#5387) Expected indentation of 8 spaces (indentation)
(#5389) Expected indentation of 4 spaces (indentation)
(#5397) Expected indentation of 4 spaces (indentation)
(#5390) Expected indentation of 4 spaces (indentation)
(#5391) Expected indentation of 4 spaces (indentation)
(#5392) Expected indentation of 4 spaces (indentation)
(#5393) Expected indentation of 4 spaces (indentation)
(#5394) Expected indentation of 4 spaces (indentation)
(#5395) Expected indentation of 8 spaces (indentation)
(#5396) Expected indentation of 8 spaces (indentation)
(#5401) Expected indentation of 4 spaces (indentation)
(#5405) Expected indentation of 4 spaces (indentation)
(#5409) Expected indentation of 4 spaces (indentation)
(#5415) Expected indentation of 4 spaces (indentation)
(#5425) Expected indentation of 4 spaces (indentation)
(#5429) Expected indentation of 4 spaces (indentation)
(#5430) Expected indentation of 4 spaces (indentation)
(#5434) Expected indentation of 4 spaces (indentation)
(#5440) Expected indentation of 4 spaces (indentation)
(#5441) Expected indentation of 4 spaces (indentation)
(#5445) Expected indentation of 4 spaces (indentation)
(#5449) Expected indentation of 4 spaces (indentation)
(#5455) Expected indentation of 4 spaces (indentation)
(#5456) Expected indentation of 4 spaces (indentation)
(#5464) Expected indentation of 4 spaces (indentation)
(#5465) Expected indentation of 4 spaces (indentation)
(#5473) Expected indentation of 4 spaces (indentation)
(#5474) Expected indentation of 4 spaces (indentation)
(#5478) Expected indentation of 4 spaces (indentation)
(#5484) Expected indentation of 4 spaces (indentation)
(#5488) Expected indentation of 4 spaces (indentation)
(#5494) Expected indentation of 4 spaces (indentation)
(#5502) Expected indentation of 4 spaces (indentation)
(#5503) Expected indentation of 4 spaces (indentation)
(#5506) Expected indentation of 4 spaces (indentation)
(#5509) Expected indentation of 4 spaces (indentation)
(#5507) Expected indentation of 4 spaces (indentation)
(#5508) Expected indentation of 8 spaces (indentation)
(#5510) Expected indentation of 4 spaces (indentation)
(#5513) Expected indentation of 4 spaces (indentation)
(#5511) Expected indentation of 4 spaces (indentation)
(#5512) Expected indentation of 8 spaces (indentation)
(#5514) Expected indentation of 4 spaces (indentation)
(#5517) Expected indentation of 4 spaces (indentation)
(#5515) Expected indentation of 4 spaces (indentation)
(#5516) Expected indentation of 8 spaces (indentation)
(#5518) Expected indentation of 4 spaces (indentation)
(#5524) Expected indentation of 4 spaces (indentation)
(#5519) Expected indentation of 4 spaces (indentation)
(#5520) Expected indentation of 4 spaces (indentation)
(#5521) Expected indentation of 4 spaces (indentation)
(#5522) Expected indentation of 8 spaces (indentation)
(#5523) Expected indentation of 8 spaces (indentation)
(#5525) Expected indentation of 4 spaces (indentation)
(#5533) Expected indentation of 4 spaces (indentation)
(#5526) Expected indentation of 4 spaces (indentation)
(#5527) Expected indentation of 4 spaces (indentation)
(#5528) Expected indentation of 4 spaces (indentation)
(#5529) Expected indentation of 4 spaces (indentation)
(#5530) Expected indentation of 4 spaces (indentation)
(#5531) Expected indentation of 8 spaces (indentation)
(#5532) Expected indentation of 8 spaces (indentation)
(#5534) Expected indentation of 4 spaces (indentation)
(#5542) Expected indentation of 4 spaces (indentation)
(#5535) Expected indentation of 4 spaces (indentation)
(#5536) Expected indentation of 4 spaces (indentation)
(#5537) Expected indentation of 4 spaces (indentation)
(#5538) Expected indentation of 4 spaces (indentation)
(#5539) Expected indentation of 4 spaces (indentation)
(#5540) Expected indentation of 8 spaces (indentation)
(#5541) Expected indentation of 8 spaces (indentation)
(#5546) Expected indentation of 4 spaces (indentation)
(#5550) Expected indentation of 4 spaces (indentation)
(#5554) Expected indentation of 4 spaces (indentation)
(#5560) Expected indentation of 4 spaces (indentation)
(#5570) Expected indentation of 4 spaces (indentation)
(#5574) Expected indentation of 4 spaces (indentation)
(#5575) Expected indentation of 4 spaces (indentation)
(#5576) Expected indentation of 4 spaces (indentation)
(#5577) Expected indentation of 4 spaces (indentation)
(#5581) Expected indentation of 4 spaces (indentation)
(#5582) Expected indentation of 4 spaces (indentation)
(#5583) Expected indentation of 4 spaces (indentation)
(#5584) Expected indentation of 4 spaces (indentation)
(#5588) Expected indentation of 4 spaces (indentation)
(#5594) Expected indentation of 4 spaces (indentation)
(#5595) Expected indentation of 4 spaces (indentation)
(#5596) Expected indentation of 4 spaces (indentation)
(#5597) Expected indentation of 4 spaces (indentation)
(#5598) Expected indentation of 4 spaces (indentation)
(#5599) Expected indentation of 4 spaces (indentation)
(#5600) Expected indentation of 4 spaces (indentation)
(#5601) Expected indentation of 4 spaces (indentation)
(#5602) Expected indentation of 4 spaces (indentation)
(#5607) Expected indentation of 4 spaces (indentation)
(#5608) Expected indentation of 4 spaces (indentation)
(#5609) Expected indentation of 4 spaces (indentation)
(#5614) Expected indentation of 4 spaces (indentation)
(#5615) Expected indentation of 4 spaces (indentation)
(#5625) Expected indentation of 4 spaces (indentation)
(#5626) Expected indentation of 4 spaces (indentation)
(#5627) Expected indentation of 4 spaces (indentation)
(#5628) Expected indentation of 4 spaces (indentation)
(#5642) Expected indentation of 4 spaces (indentation)
(#5643) Expected indentation of 4 spaces (indentation)
(#5644) Expected indentation of 4 spaces (indentation)
(#5645) Expected indentation of 4 spaces (indentation)
(#5646) Expected indentation of 4 spaces (indentation)
(#5660) Expected indentation of 4 spaces (indentation)
(#5661) Expected indentation of 4 spaces (indentation)
(#5662) Expected indentation of 4 spaces (indentation)
(#5663) Expected indentation of 4 spaces (indentation)
(#5669) Expected indentation of 4 spaces (indentation)
(#5670) Expected indentation of 4 spaces (indentation)
(#5671) Expected indentation of 4 spaces (indentation)
(#5677) Expected indentation of 4 spaces (indentation)
(#5678) Expected indentation of 4 spaces (indentation)
(#5684) Expected indentation of 4 spaces (indentation)
(#5685) Expected indentation of 4 spaces (indentation)
(#5691) Expected indentation of 4 spaces (indentation)
(#5692) Expected indentation of 4 spaces (indentation)
(#5693) Expected indentation of 4 spaces (indentation)
(#5699) Expected indentation of 4 spaces (indentation)
(#5700) Expected indentation of 4 spaces (indentation)
(#5706) Expected indentation of 4 spaces (indentation)
(#5707) Expected indentation of 4 spaces (indentation)
(#5711) Expected indentation of 4 spaces (indentation)
(#5712) Expected indentation of 4 spaces (indentation)
(#5713) Expected indentation of 4 spaces (indentation)
(#5714) Expected indentation of 4 spaces (indentation)
(#5718) Expected indentation of 4 spaces (indentation)
(#5724) Expected indentation of 4 spaces (indentation)
(#5725) Expected indentation of 4 spaces (indentation)
(#5726) Expected indentation of 4 spaces (indentation)
(#5727) Expected indentation of 4 spaces (indentation)
(#5728) Expected indentation of 4 spaces (indentation)
(#5734) Expected indentation of 4 spaces (indentation)
(#5735) Expected indentation of 4 spaces (indentation)
(#5741) Expected indentation of 4 spaces (indentation)
(#5747) Expected indentation of 4 spaces (indentation)
(#5757) Expected indentation of 4 spaces (indentation)
(#5758) Expected indentation of 4 spaces (indentation)
(#5759) Expected indentation of 4 spaces (indentation)
(#5763) Expected indentation of 4 spaces (indentation)
(#5764) Expected indentation of 4 spaces (indentation)
(#5765) Expected indentation of 4 spaces (indentation)
(#5766) Expected indentation of 4 spaces (indentation)
(#5767) Expected indentation of 4 spaces (indentation)
(#5768) Expected indentation of 4 spaces (indentation)
(#5769) Expected indentation of 4 spaces (indentation)
(#5770) Expected indentation of 4 spaces (indentation)
(#5771) Expected indentation of 4 spaces (indentation)
(#5772) Expected indentation of 4 spaces (indentation)
(#5773) Expected indentation of 4 spaces (indentation)
(#5774) Expected indentation of 4 spaces (indentation)
(#5778) Expected indentation of 4 spaces (indentation)
(#5782) Expected indentation of 4 spaces (indentation)
(#5783) Expected indentation of 4 spaces (indentation)
(#5789) Expected indentation of 4 spaces (indentation)
(#5790) Expected indentation of 4 spaces (indentation)
(#5796) Expected indentation of 4 spaces (indentation)
(#5797) Expected indentation of 4 spaces (indentation)
(#5798) Expected indentation of 4 spaces (indentation)
(#5804) Expected indentation of 4 spaces (indentation)
(#5805) Expected indentation of 4 spaces (indentation)
(#5809) Expected indentation of 4 spaces (indentation)
(#5813) Expected indentation of 4 spaces (indentation)
(#5817) Expected indentation of 4 spaces (indentation)
(#5821) Expected indentation of 4 spaces (indentation)
(#5822) Expected indentation of 4 spaces (indentation)
(#5823) Expected indentation of 4 spaces (indentation)
(#5824) Expected indentation of 4 spaces (indentation)
(#5825) Expected indentation of 4 spaces (indentation)
(#5831) Expected indentation of 4 spaces (indentation)
(#5835) Expected indentation of 4 spaces (indentation)
(#5836) Expected indentation of 4 spaces (indentation)
(#5837) Expected indentation of 4 spaces (indentation)
(#5841) Expected indentation of 4 spaces (indentation)
(#5847) Expected indentation of 4 spaces (indentation)
(#5848) Expected indentation of 4 spaces (indentation)
(#5849) Expected indentation of 4 spaces (indentation)
(#5853) Expected indentation of 4 spaces (indentation)
(#5856) Expected indentation of 4 spaces (indentation)
(#5860) Expected indentation of 4 spaces (indentation)
(#5857) Expected indentation of 4 spaces (indentation)
(#5858) Expected indentation of 8 spaces (indentation)
(#5859) Expected indentation of 8 spaces (indentation)
(#5861) Expected indentation of 4 spaces (indentation)
(#5867) Expected indentation of 4 spaces (indentation)
(#5862) Expected indentation of 4 spaces (indentation)
(#5863) Expected indentation of 4 spaces (indentation)
(#5864) Expected indentation of 4 spaces (indentation)
(#5865) Expected indentation of 8 spaces (indentation)
(#5866) Expected indentation of 8 spaces (indentation)
(#5868) Expected indentation of 4 spaces (indentation)
(#5873) Expected indentation of 4 spaces (indentation)
(#5869) Expected indentation of 4 spaces (indentation)
(#5870) Expected indentation of 4 spaces (indentation)
(#5871) Expected indentation of 4 spaces (indentation)
(#5872) Expected indentation of 8 spaces (indentation)
(#5877) Expected indentation of 4 spaces (indentation)
(#5878) Expected indentation of 4 spaces (indentation)
(#5879) Expected indentation of 4 spaces (indentation)
(#5880) Expected indentation of 4 spaces (indentation)
(#5881) Expected indentation of 4 spaces (indentation)
(#5882) Expected indentation of 4 spaces (indentation)
(#5883) Expected indentation of 4 spaces (indentation)
(#5884) Expected indentation of 4 spaces (indentation)
(#5885) Expected indentation of 4 spaces (indentation)
(#5886) Expected indentation of 4 spaces (indentation)
(#5892) Expected indentation of 4 spaces (indentation)
(#5893) Expected indentation of 4 spaces (indentation)
(#5901) Expected indentation of 4 spaces (indentation)
(#5905) Expected indentation of 4 spaces (indentation)
(#5906) Expected indentation of 4 spaces (indentation)
(#5910) Expected indentation of 4 spaces (indentation)
(#5911) Expected indentation of 4 spaces (indentation)
(#5912) Expected indentation of 4 spaces (indentation)
(#5913) Expected indentation of 4 spaces (indentation)
(#5914) Expected indentation of 4 spaces (indentation)
(#5918) Expected indentation of 4 spaces (indentation)
(#5919) Expected indentation of 4 spaces (indentation)
(#5923) Expected indentation of 4 spaces (indentation)
(#5929) Expected indentation of 4 spaces (indentation)
(#5933) Expected indentation of 4 spaces (indentation)
(#5939) Expected indentation of 4 spaces (indentation)
(#5945) Expected indentation of 4 spaces (indentation)
(#5946) Expected indentation of 4 spaces (indentation)
(#5947) Expected indentation of 4 spaces (indentation)
(#5948) Expected indentation of 4 spaces (indentation)
(#5952) Expected indentation of 4 spaces (indentation)
(#5953) Expected indentation of 4 spaces (indentation)
(#5954) Expected indentation of 4 spaces (indentation)
(#5958) Expected indentation of 4 spaces (indentation)
(#5962) Expected indentation of 4 spaces (indentation)
(#5966) Expected indentation of 4 spaces (indentation)
(#5967) Expected indentation of 4 spaces (indentation)
(#5968) Expected indentation of 4 spaces (indentation)
(#5972) Expected indentation of 4 spaces (indentation)
(#5976) Expected indentation of 4 spaces (indentation)
(#5980) Expected indentation of 4 spaces (indentation)
(#5981) Expected indentation of 4 spaces (indentation)
(#5982) Expected indentation of 4 spaces (indentation)
(#5986) Expected indentation of 4 spaces (indentation)
(#5990) Expected indentation of 4 spaces (indentation)
(#5994) Expected indentation of 4 spaces (indentation)
(#5995) Expected indentation of 4 spaces (indentation)
(#5996) Expected indentation of 4 spaces (indentation)
(#6000) Expected indentation of 4 spaces (indentation)
(#6004) Expected indentation of 4 spaces (indentation)
(#6007) Expected indentation of 4 spaces (indentation)
(#6009) Expected indentation of 4 spaces (indentation)
(#6008) Expected indentation of 8 spaces (indentation)
(#6010) Expected indentation of 4 spaces (indentation)
(#6012) Expected indentation of 4 spaces (indentation)
(#6011) Expected indentation of 8 spaces (indentation)
(#6015) Expected indentation of 4 spaces (indentation)
(#6017) Expected indentation of 4 spaces (indentation)
(#6016) Expected indentation of 8 spaces (indentation)
(#6018) Expected indentation of 4 spaces (indentation)
(#6020) Expected indentation of 4 spaces (indentation)
(#6019) Expected indentation of 8 spaces (indentation)
(#6023) Expected indentation of 4 spaces (indentation)
(#6025) Expected indentation of 4 spaces (indentation)
(#6024) Expected indentation of 8 spaces (indentation)
(#6026) Expected indentation of 4 spaces (indentation)
(#6028) Expected indentation of 4 spaces (indentation)
(#6027) Expected indentation of 8 spaces (indentation)
(#6032) Expected indentation of 4 spaces (indentation)
(#6033) Expected indentation of 4 spaces (indentation)
(#6034) Expected indentation of 4 spaces (indentation)
(#6035) Expected indentation of 4 spaces (indentation)
(#6036) Expected indentation of 4 spaces (indentation)
(#6037) Expected indentation of 4 spaces (indentation)
(#6038) Expected indentation of 4 spaces (indentation)
(#6042) Expected indentation of 4 spaces (indentation)
(#6043) Expected indentation of 4 spaces (indentation)
(#6044) Expected indentation of 4 spaces (indentation)
(#6045) Expected indentation of 4 spaces (indentation)
(#6046) Expected indentation of 4 spaces (indentation)
(#6047) Expected indentation of 4 spaces (indentation)
(#6048) Expected indentation of 4 spaces (indentation)
(#6049) Expected indentation of 4 spaces (indentation)
(#6050) Expected indentation of 4 spaces (indentation)
(#6051) Expected indentation of 4 spaces (indentation)
(#6052) Expected indentation of 4 spaces (indentation)
(#6053) Expected indentation of 4 spaces (indentation)
(#6054) Expected indentation of 4 spaces (indentation)
(#6060) Expected indentation of 4 spaces (indentation)
(#6061) Expected indentation of 4 spaces (indentation)
(#6062) Expected indentation of 4 spaces (indentation)
(#6063) Expected indentation of 4 spaces (indentation)
(#6064) Expected indentation of 4 spaces (indentation)
(#6070) Expected indentation of 4 spaces (indentation)
(#6071) Expected indentation of 4 spaces (indentation)
(#6072) Expected indentation of 4 spaces (indentation)
(#6076) Expected indentation of 4 spaces (indentation)
(#6080) Expected indentation of 4 spaces (indentation)
(#6081) Expected indentation of 4 spaces (indentation)
(#6082) Expected indentation of 4 spaces (indentation)
(#6086) Expected indentation of 4 spaces (indentation)
(#6090) Expected indentation of 4 spaces (indentation)
(#6091) Expected indentation of 4 spaces (indentation)
(#6092) Expected indentation of 4 spaces (indentation)
(#6096) Expected indentation of 4 spaces (indentation)
(#6100) Expected indentation of 4 spaces (indentation)
(#6101) Expected indentation of 4 spaces (indentation)
(#6102) Expected indentation of 4 spaces (indentation)
(#6106) Expected indentation of 4 spaces (indentation)
(#6110) Expected indentation of 4 spaces (indentation)
(#6111) Expected indentation of 4 spaces (indentation)
(#6112) Expected indentation of 4 spaces (indentation)
(#6116) Expected indentation of 4 spaces (indentation)
(#6120) Expected indentation of 4 spaces (indentation)
(#6126) Expected indentation of 4 spaces (indentation)
(#6127) Expected indentation of 4 spaces (indentation)
(#6131) Expected indentation of 4 spaces (indentation)
(#6135) Expected indentation of 4 spaces (indentation)
(#6139) Expected indentation of 4 spaces (indentation)
(#6145) Expected indentation of 4 spaces (indentation)
(#6151) Expected indentation of 4 spaces (indentation)
(#6159) Expected indentation of 4 spaces (indentation)
(#6160) Expected indentation of 4 spaces (indentation)
(#6164) Expected indentation of 4 spaces (indentation)
(#6168) Expected indentation of 4 spaces (indentation)
(#6172) Expected indentation of 4 spaces (indentation)
(#6173) Expected indentation of 4 spaces (indentation)
(#6177) Expected indentation of 4 spaces (indentation)
(#6178) Expected indentation of 4 spaces (indentation)
(#6182) Expected indentation of 4 spaces (indentation)
(#6183) Expected indentation of 4 spaces (indentation)
(#6187) Expected indentation of 4 spaces (indentation)
(#6188) Expected indentation of 4 spaces (indentation)
(#6189) Expected indentation of 4 spaces (indentation)
(#6190) Expected indentation of 4 spaces (indentation)
(#6191) Expected indentation of 4 spaces (indentation)
(#6192) Expected indentation of 4 spaces (indentation)
(#6196) Expected indentation of 4 spaces (indentation)
(#6197) Expected indentation of 4 spaces (indentation)
(#6201) Expected indentation of 4 spaces (indentation)
(#6202) Expected indentation of 4 spaces (indentation)
(#6203) Expected indentation of 4 spaces (indentation)
(#6209) Expected indentation of 4 spaces (indentation)
(#6215) Expected indentation of 4 spaces (indentation)
(#6225) Expected indentation of 4 spaces (indentation)
(#6226) Expected indentation of 4 spaces (indentation)
(#6227) Expected indentation of 4 spaces (indentation)
(#6231) Expected indentation of 4 spaces (indentation)
(#6232) Expected indentation of 4 spaces (indentation)
(#6240) Expected indentation of 4 spaces (indentation)
(#6241) Expected indentation of 4 spaces (indentation)
(#6242) Expected indentation of 4 spaces (indentation)
(#6250) Expected indentation of 4 spaces (indentation)
(#6258) Expected indentation of 4 spaces (indentation)
(#6266) Expected indentation of 4 spaces (indentation)
(#6267) Expected indentation of 4 spaces (indentation)
(#6268) Expected indentation of 4 spaces (indentation)
(#6269) Expected indentation of 4 spaces (indentation)
(#6289) Expected indentation of 4 spaces (indentation)
(#6297) Expected indentation of 4 spaces (indentation)
(#6301) Expected indentation of 4 spaces (indentation)
(#6302) Expected indentation of 4 spaces (indentation)
(#6308) Expected indentation of 4 spaces (indentation)
(#6314) Expected indentation of 4 spaces (indentation)
(#6324) Expected indentation of 4 spaces (indentation)
(#6325) Expected indentation of 4 spaces (indentation)
(#6339) Expected indentation of 4 spaces (indentation)
(#6340) Expected indentation of 4 spaces (indentation)
(#6341) Expected indentation of 4 spaces (indentation)
(#6345) Expected indentation of 4 spaces (indentation)
(#6346) Expected indentation of 4 spaces (indentation)
(#6352) Expected indentation of 4 spaces (indentation)
(#6358) Expected indentation of 4 spaces (indentation)
(#6368) Expected indentation of 4 spaces (indentation)
(#6369) Expected indentation of 4 spaces (indentation)
(#6383) Expected indentation of 4 spaces (indentation)
(#6384) Expected indentation of 4 spaces (indentation)
(#6385) Expected indentation of 4 spaces (indentation)
(#6389) Expected indentation of 4 spaces (indentation)
(#6390) Expected indentation of 4 spaces (indentation)
(#6396) Expected indentation of 4 spaces (indentation)
(#6402) Expected indentation of 4 spaces (indentation)
(#6412) Expected indentation of 4 spaces (indentation)
(#6413) Expected indentation of 4 spaces (indentation)
(#6427) Expected indentation of 4 spaces (indentation)
(#6428) Expected indentation of 4 spaces (indentation)
(#6429) Expected indentation of 4 spaces (indentation)
(#6433) Expected indentation of 4 spaces (indentation)
(#6434) Expected indentation of 4 spaces (indentation)
(#6440) Expected indentation of 4 spaces (indentation)
(#6446) Expected indentation of 4 spaces (indentation)
(#6456) Expected indentation of 4 spaces (indentation)
(#6457) Expected indentation of 4 spaces (indentation)
(#6471) Expected indentation of 4 spaces (indentation)
(#6472) Expected indentation of 4 spaces (indentation)
(#6473) Expected indentation of 4 spaces (indentation)
(#6477) Expected indentation of 4 spaces (indentation)
(#6478) Expected indentation of 4 spaces (indentation)
(#6482) Expected indentation of 4 spaces (indentation)
(#6483) Expected indentation of 4 spaces (indentation)
(#6487) Expected indentation of 4 spaces (indentation)
(#6488) Expected indentation of 4 spaces (indentation)
(#6489) Expected indentation of 4 spaces (indentation)
(#6490) Expected indentation of 4 spaces (indentation)
(#6491) Expected indentation of 4 spaces (indentation)
(#6492) Expected indentation of 4 spaces (indentation)
(#6496) Expected indentation of 4 spaces (indentation)
(#6500) Expected indentation of 4 spaces (indentation)
(#6501) Expected indentation of 4 spaces (indentation)
(#6502) Expected indentation of 4 spaces (indentation)
(#6503) Expected indentation of 4 spaces (indentation)
(#6507) Expected indentation of 4 spaces (indentation)
(#6511) Expected indentation of 4 spaces (indentation)
(#6512) Expected indentation of 4 spaces (indentation)
(#6513) Expected indentation of 4 spaces (indentation)
(#6514) Expected indentation of 4 spaces (indentation)
(#6526) Expected indentation of 4 spaces (indentation)
(#6530) Expected indentation of 4 spaces (indentation)
(#6531) Expected indentation of 4 spaces (indentation)
(#6532) Expected indentation of 4 spaces (indentation)
(#6533) Expected indentation of 4 spaces (indentation)
(#6534) Expected indentation of 4 spaces (indentation)
(#6540) Expected indentation of 4 spaces (indentation)
(#6546) Expected indentation of 4 spaces (indentation)
(#6547) Expected indentation of 4 spaces (indentation)
(#6553) Expected indentation of 4 spaces (indentation)
(#6554) Expected indentation of 4 spaces (indentation)
(#6555) Expected indentation of 4 spaces (indentation)
(#6561) Expected indentation of 4 spaces (indentation)
(#6562) Expected indentation of 4 spaces (indentation)
(#6563) Expected indentation of 4 spaces (indentation)
(#6567) Expected indentation of 4 spaces (indentation)
(#6568) Expected indentation of 4 spaces (indentation)
(#6572) Expected indentation of 4 spaces (indentation)
(#6576) Expected indentation of 4 spaces (indentation)
(#6584) Expected indentation of 4 spaces (indentation)
(#6592) Expected indentation of 4 spaces (indentation)
(#6593) Expected indentation of 4 spaces (indentation)
(#6599) Expected indentation of 4 spaces (indentation)
(#6600) Expected indentation of 4 spaces (indentation)
(#6610) Expected indentation of 4 spaces (indentation)
(#6611) Expected indentation of 4 spaces (indentation)
(#6629) Expected indentation of 4 spaces (indentation)
(#6647) Expected indentation of 4 spaces (indentation)
(#6653) Expected indentation of 4 spaces (indentation)
(#6654) Expected indentation of 4 spaces (indentation)
(#6664) Expected indentation of 4 spaces (indentation)
(#6665) Expected indentation of 4 spaces (indentation)
(#6683) Expected indentation of 4 spaces (indentation)
(#6701) Expected indentation of 4 spaces (indentation)
(#6711) Expected indentation of 4 spaces (indentation)
(#6717) Expected indentation of 4 spaces (indentation)
(#6723) Expected indentation of 4 spaces (indentation)
(#6749) Expected indentation of 4 spaces (indentation)
(#6775) Expected indentation of 4 spaces (indentation)
(#6793) Expected indentation of 4 spaces (indentation)
(#6811) Expected indentation of 4 spaces (indentation)
(#6815) Expected indentation of 4 spaces (indentation)
(#6816) Expected indentation of 4 spaces (indentation)
(#6820) Expected indentation of 4 spaces (indentation)
(#6824) Expected indentation of 4 spaces (indentation)
(#6825) Expected indentation of 4 spaces (indentation)
(#6829) Expected indentation of 4 spaces (indentation)
(#6833) Expected indentation of 4 spaces (indentation)
(#6839) Expected indentation of 4 spaces (indentation)
(#6843) Expected indentation of 4 spaces (indentation)
(#6847) Expected indentation of 4 spaces (indentation)
(#6851) Expected indentation of 4 spaces (indentation)
(#6855) Expected indentation of 4 spaces (indentation)
(#6856) Expected indentation of 4 spaces (indentation)
(#6857) Expected indentation of 4 spaces (indentation)
(#6861) Expected indentation of 4 spaces (indentation)
(#6865) Expected indentation of 4 spaces (indentation)
(#6866) Expected indentation of 4 spaces (indentation)
(#6870) Expected indentation of 4 spaces (indentation)
(#6874) Expected indentation of 4 spaces (indentation)
(#6878) Expected indentation of 4 spaces (indentation)
(#6879) Expected indentation of 4 spaces (indentation)
(#6880) Expected indentation of 4 spaces (indentation)
(#6884) Expected indentation of 4 spaces (indentation)
(#6888) Expected indentation of 4 spaces (indentation)
(#6889) Expected indentation of 4 spaces (indentation)
(#6893) Expected indentation of 4 spaces (indentation)
(#6897) Expected indentation of 4 spaces (indentation)
(#6901) Expected indentation of 4 spaces (indentation)
(#6902) Expected indentation of 4 spaces (indentation)
(#6903) Expected indentation of 4 spaces (indentation)
(#6907) Expected indentation of 4 spaces (indentation)
(#6911) Expected indentation of 4 spaces (indentation)
(#6912) Expected indentation of 4 spaces (indentation)
(#6916) Expected indentation of 4 spaces (indentation)
(#6920) Expected indentation of 4 spaces (indentation)
(#6924) Expected indentation of 4 spaces (indentation)
(#6925) Expected indentation of 4 spaces (indentation)
(#6926) Expected indentation of 4 spaces (indentation)
(#6930) Expected indentation of 4 spaces (indentation)
(#6934) Expected indentation of 4 spaces (indentation)
(#6935) Expected indentation of 4 spaces (indentation)
(#6939) Expected indentation of 4 spaces (indentation)
(#6943) Expected indentation of 4 spaces (indentation)
(#6947) Expected indentation of 4 spaces (indentation)
(#6948) Expected indentation of 4 spaces (indentation)
(#6949) Expected indentation of 4 spaces (indentation)
(#6953) Expected indentation of 4 spaces (indentation)
(#6957) Expected indentation of 4 spaces (indentation)
(#6958) Expected indentation of 4 spaces (indentation)
(#6962) Expected indentation of 4 spaces (indentation)
(#6966) Expected indentation of 4 spaces (indentation)
(#6970) Expected indentation of 4 spaces (indentation)
(#6971) Expected indentation of 4 spaces (indentation)
(#6972) Expected indentation of 4 spaces (indentation)
(#6976) Expected indentation of 4 spaces (indentation)
(#6980) Expected indentation of 4 spaces (indentation)
(#6981) Expected indentation of 4 spaces (indentation)
(#6985) Expected indentation of 4 spaces (indentation)
(#6989) Expected indentation of 4 spaces (indentation)
(#6990) Expected indentation of 4 spaces (indentation)
(#6991) Expected indentation of 4 spaces (indentation)
(#6992) Expected indentation of 4 spaces (indentation)
(#6993) Expected indentation of 4 spaces (indentation)
(#7005) Expected indentation of 4 spaces (indentation)
(#7006) Expected indentation of 4 spaces (indentation)
(#7007) Expected indentation of 4 spaces (indentation)
(#7008) Expected indentation of 4 spaces (indentation)
(#7009) Expected indentation of 4 spaces (indentation)
(#7010) Expected indentation of 4 spaces (indentation)
(#7011) Expected indentation of 4 spaces (indentation)
(#7015) Expected indentation of 4 spaces (indentation)
(#7019) Expected indentation of 4 spaces (indentation)
(#7025) Expected indentation of 4 spaces (indentation)
(#7026) Expected indentation of 4 spaces (indentation)
(#7027) Expected indentation of 4 spaces (indentation)
(#7028) Expected indentation of 4 spaces (indentation)
(#7029) Expected indentation of 4 spaces (indentation)
(#7030) Expected indentation of 4 spaces (indentation)
(#7031) Expected indentation of 4 spaces (indentation)
(#7032) Expected indentation of 4 spaces (indentation)
(#7036) Expected indentation of 4 spaces (indentation)
(#7037) Expected indentation of 4 spaces (indentation)
(#7041) Expected indentation of 4 spaces (indentation)
(#7042) Expected indentation of 4 spaces (indentation)
(#7046) Expected indentation of 4 spaces (indentation)
(#7047) Expected indentation of 4 spaces (indentation)
(#7051) Expected indentation of 4 spaces (indentation)
(#7052) Expected indentation of 4 spaces (indentation)
(#7056) Expected indentation of 4 spaces (indentation)
(#7057) Expected indentation of 4 spaces (indentation)
(#7058) Expected indentation of 4 spaces (indentation)
(#7059) Expected indentation of 4 spaces (indentation)
(#7060) Expected indentation of 4 spaces (indentation)
(#7061) Expected indentation of 4 spaces (indentation)
(#7062) Expected indentation of 4 spaces (indentation)
(#7063) Expected indentation of 4 spaces (indentation)
(#7069) Expected indentation of 4 spaces (indentation)
(#7070) Expected indentation of 4 spaces (indentation)
(#7071) Expected indentation of 4 spaces (indentation)
(#7072) Expected indentation of 4 spaces (indentation)
(#7073) Expected indentation of 4 spaces (indentation)
(#7077) Expected indentation of 4 spaces (indentation)
(#7078) Expected indentation of 4 spaces (indentation)
(#7079) Expected indentation of 4 spaces (indentation)
(#7080) Expected indentation of 4 spaces (indentation)
(#7081) Expected indentation of 4 spaces (indentation)
(#7085) Expected indentation of 4 spaces (indentation)
(#7089) Expected indentation of 4 spaces (indentation)
(#7090) Expected indentation of 4 spaces (indentation)
(#7091) Expected indentation of 4 spaces (indentation)
(#7092) Expected indentation of 4 spaces (indentation)
(#7093) Expected indentation of 4 spaces (indentation)
(#7094) Expected indentation of 4 spaces (indentation)
(#7095) Expected indentation of 4 spaces (indentation)
(#7096) Expected indentation of 4 spaces (indentation)
(#7097) Expected indentation of 4 spaces (indentation)
(#7098) Expected indentation of 4 spaces (indentation)
(#7102) Expected indentation of 4 spaces (indentation)
(#7103) Expected indentation of 4 spaces (indentation)
(#7104) Expected indentation of 4 spaces (indentation)
(#7105) Expected indentation of 4 spaces (indentation)
(#7106) Expected indentation of 4 spaces (indentation)
(#7107) Expected indentation of 4 spaces (indentation)
(#7108) Expected indentation of 4 spaces (indentation)
(#7112) Expected indentation of 4 spaces (indentation)
(#7113) Expected indentation of 4 spaces (indentation)
(#7114) Expected indentation of 4 spaces (indentation)
(#7115) Expected indentation of 4 spaces (indentation)
(#7119) Expected indentation of 4 spaces (indentation)
(#7120) Expected indentation of 4 spaces (indentation)
(#7124) Expected indentation of 4 spaces (indentation)
(#7125) Expected indentation of 4 spaces (indentation)
(#7129) Expected indentation of 4 spaces (indentation)
(#7130) Expected indentation of 4 spaces (indentation)
(#7131) Expected indentation of 4 spaces (indentation)
(#7132) Expected indentation of 4 spaces (indentation)
(#7133) Expected indentation of 4 spaces (indentation)
(#7134) Expected indentation of 4 spaces (indentation)
(#7135) Expected indentation of 4 spaces (indentation)
(#7136) Expected indentation of 4 spaces (indentation)
(#7137) Expected indentation of 4 spaces (indentation)
(#7141) Expected indentation of 4 spaces (indentation)
(#7142) Expected indentation of 4 spaces (indentation)
(#7143) Expected indentation of 4 spaces (indentation)
(#7144) Expected indentation of 4 spaces (indentation)
(#7145) Expected indentation of 4 spaces (indentation)
(#7146) Expected indentation of 4 spaces (indentation)
(#7147) Expected indentation of 4 spaces (indentation)
(#7151) Expected indentation of 4 spaces (indentation)
(#7152) Expected indentation of 4 spaces (indentation)
(#7156) Expected indentation of 4 spaces (indentation)
(#7157) Expected indentation of 4 spaces (indentation)
(#7161) Expected indentation of 4 spaces (indentation)
(#7162) Expected indentation of 4 spaces (indentation)
(#7166) Expected indentation of 4 spaces (indentation)
(#7170) Expected indentation of 4 spaces (indentation)
(#7171) Expected indentation of 4 spaces (indentation)
(#7175) Expected indentation of 4 spaces (indentation)
(#7176) Expected indentation of 4 spaces (indentation)
(#7180) Expected indentation of 4 spaces (indentation)
(#7181) Expected indentation of 4 spaces (indentation)
(#7182) Expected indentation of 4 spaces (indentation)
(#7183) Expected indentation of 4 spaces (indentation)
(#7187) Expected indentation of 4 spaces (indentation)
(#7191) Expected indentation of 4 spaces (indentation)
(#7195) Expected indentation of 4 spaces (indentation)
(#7199) Expected indentation of 4 spaces (indentation)
(#7203) Expected indentation of 4 spaces (indentation)
(#7204) Expected indentation of 4 spaces (indentation)
(#7205) Expected indentation of 4 spaces (indentation)
(#7206) Expected indentation of 4 spaces (indentation)
(#7207) Expected indentation of 4 spaces (indentation)
(#7210) Expected indentation of 4 spaces (indentation)
(#7213) Expected indentation of 4 spaces (indentation)
(#7211) Expected indentation of 4 spaces (indentation)
(#7212) Expected indentation of 8 spaces (indentation)
(#7214) Expected indentation of 4 spaces (indentation)
(#7218) Expected indentation of 4 spaces (indentation)
(#7215) Expected indentation of 4 spaces (indentation)
(#7216) Expected indentation of 8 spaces (indentation)
(#7217) Expected indentation of 8 spaces (indentation)
(#7219) Expected indentation of 4 spaces (indentation)
(#7222) Expected indentation of 4 spaces (indentation)
(#7220) Expected indentation of 4 spaces (indentation)
(#7221) Expected indentation of 8 spaces (indentation)
(#7223) Expected indentation of 4 spaces (indentation)
(#7226) Expected indentation of 4 spaces (indentation)
(#7224) Expected indentation of 4 spaces (indentation)
(#7225) Expected indentation of 8 spaces (indentation)
(#7229) Expected indentation of 4 spaces (indentation)
(#7232) Expected indentation of 4 spaces (indentation)
(#7230) Expected indentation of 4 spaces (indentation)
(#7231) Expected indentation of 8 spaces (indentation)
(#7233) Expected indentation of 4 spaces (indentation)
(#7236) Expected indentation of 4 spaces (indentation)
(#7234) Expected indentation of 4 spaces (indentation)
(#7235) Expected indentation of 8 spaces (indentation)
(#7240) Expected indentation of 4 spaces (indentation)
(#7241) Expected indentation of 4 spaces (indentation)
(#7242) Expected indentation of 4 spaces (indentation)
(#7243) Expected indentation of 4 spaces (indentation)
(#7244) Expected indentation of 4 spaces (indentation)
(#7245) Expected indentation of 4 spaces (indentation)
(#7246) Expected indentation of 4 spaces (indentation)
(#7247) Expected indentation of 4 spaces (indentation)
(#7248) Expected indentation of 4 spaces (indentation)
(#7249) Expected indentation of 4 spaces (indentation)
(#7250) Expected indentation of 4 spaces (indentation)
(#7251) Expected indentation of 4 spaces (indentation)
(#7252) Expected indentation of 4 spaces (indentation)
(#7253) Expected indentation of 4 spaces (indentation)
(#7254) Expected indentation of 4 spaces (indentation)
(#7255) Expected indentation of 4 spaces (indentation)
(#7256) Expected indentation of 4 spaces (indentation)
(#7257) Expected indentation of 4 spaces (indentation)
(#7258) Expected indentation of 4 spaces (indentation)
(#7262) Expected indentation of 4 spaces (indentation)
(#7263) Expected indentation of 4 spaces (indentation)
(#7267) Expected indentation of 4 spaces (indentation)
(#7268) Expected indentation of 4 spaces (indentation)
(#7272) Expected indentation of 4 spaces (indentation)
(#7273) Expected indentation of 4 spaces (indentation)
(#7277) Expected indentation of 4 spaces (indentation)
(#7278) Expected indentation of 4 spaces (indentation)
(#7282) Expected indentation of 4 spaces (indentation)
(#7283) Expected indentation of 4 spaces (indentation)
(#7287) Expected indentation of 4 spaces (indentation)
(#7288) Expected indentation of 4 spaces (indentation)
(#7289) Expected indentation of 4 spaces (indentation)
(#7290) Expected indentation of 4 spaces (indentation)
(#7291) Expected indentation of 4 spaces (indentation)
(#7292) Expected indentation of 4 spaces (indentation)
(#7296) Expected indentation of 4 spaces (indentation)
(#7297) Expected indentation of 4 spaces (indentation)
(#7298) Expected indentation of 4 spaces (indentation)
(#7299) Expected indentation of 4 spaces (indentation)
(#7300) Expected indentation of 4 spaces (indentation)
(#7304) Expected indentation of 4 spaces (indentation)
(#7305) Expected indentation of 4 spaces (indentation)
(#7306) Expected indentation of 4 spaces (indentation)
(#7307) Expected indentation of 4 spaces (indentation)
(#7308) Expected indentation of 4 spaces (indentation)
(#7312) Expected indentation of 4 spaces (indentation)
(#7313) Expected indentation of 4 spaces (indentation)
(#7314) Expected indentation of 4 spaces (indentation)
(#7315) Expected indentation of 4 spaces (indentation)
(#7316) Expected indentation of 4 spaces (indentation)
(#7320) Expected indentation of 4 spaces (indentation)
(#7321) Expected indentation of 4 spaces (indentation)
(#7322) Expected indentation of 4 spaces (indentation)
(#7323) Expected indentation of 4 spaces (indentation)
(#7324) Expected indentation of 4 spaces (indentation)
(#7328) Expected indentation of 4 spaces (indentation)
(#7329) Expected indentation of 4 spaces (indentation)
(#7330) Expected indentation of 4 spaces (indentation)
(#7331) Expected indentation of 4 spaces (indentation)
(#7332) Expected indentation of 4 spaces (indentation)
(#7336) Expected indentation of 4 spaces (indentation)
(#7337) Expected indentation of 4 spaces (indentation)
(#7338) Expected indentation of 4 spaces (indentation)
(#7339) Expected indentation of 4 spaces (indentation)
(#7340) Expected indentation of 4 spaces (indentation)
(#7344) Expected indentation of 4 spaces (indentation)
(#7345) Expected indentation of 4 spaces (indentation)
(#7346) Expected indentation of 4 spaces (indentation)
(#7347) Expected indentation of 4 spaces (indentation)
(#7348) Expected indentation of 4 spaces (indentation)
(#7352) Expected indentation of 4 spaces (indentation)
(#7353) Expected indentation of 4 spaces (indentation)
(#7354) Expected indentation of 4 spaces (indentation)
(#7355) Expected indentation of 4 spaces (indentation)
(#7356) Expected indentation of 4 spaces (indentation)
(#7360) Expected indentation of 4 spaces (indentation)
(#7361) Expected indentation of 4 spaces (indentation)
(#7362) Expected indentation of 4 spaces (indentation)
(#7363) Expected indentation of 4 spaces (indentation)
(#7364) Expected indentation of 4 spaces (indentation)
(#7368) Expected indentation of 4 spaces (indentation)
(#7369) Expected indentation of 4 spaces (indentation)
(#7370) Expected indentation of 4 spaces (indentation)
(#7371) Expected indentation of 4 spaces (indentation)
(#7372) Expected indentation of 4 spaces (indentation)
(#7373) Expected indentation of 4 spaces (indentation)
(#7374) Expected indentation of 4 spaces (indentation)
(#7375) Expected indentation of 4 spaces (indentation)
(#7376) Expected indentation of 4 spaces (indentation)
(#7377) Expected indentation of 4 spaces (indentation)
(#7378) Expected indentation of 4 spaces (indentation)
(#7379) Expected indentation of 4 spaces (indentation)
(#7380) Expected indentation of 4 spaces (indentation)
(#7381) Expected indentation of 4 spaces (indentation)
(#7382) Expected indentation of 4 spaces (indentation)
(#7383) Expected indentation of 4 spaces (indentation)
(#7384) Expected indentation of 4 spaces (indentation)
(#7385) Expected indentation of 4 spaces (indentation)
(#7386) Expected indentation of 4 spaces (indentation)
(#7387) Expected indentation of 4 spaces (indentation)
(#7388) Expected indentation of 4 spaces (indentation)
(#7389) Expected indentation of 4 spaces (indentation)
(#7390) Expected indentation of 4 spaces (indentation)
(#7391) Expected indentation of 4 spaces (indentation)
(#7392) Expected indentation of 4 spaces (indentation)
(#7393) Expected indentation of 4 spaces (indentation)
(#7394) Expected indentation of 4 spaces (indentation)
(#7395) Expected indentation of 4 spaces (indentation)
(#7399) Expected indentation of 4 spaces (indentation)
(#7403) Expected indentation of 4 spaces (indentation)
(#7407) Expected indentation of 4 spaces (indentation)
(#7411) Expected indentation of 4 spaces (indentation)
(#7415) Expected indentation of 4 spaces (indentation)
(#7416) Expected indentation of 4 spaces (indentation)
(#7417) Expected indentation of 4 spaces (indentation)
(#7418) Expected indentation of 4 spaces (indentation)
(#7419) Expected indentation of 4 spaces (indentation)
(#7420) Expected indentation of 4 spaces (indentation)
(#7424) Expected indentation of 4 spaces (indentation)
(#7430) Expected indentation of 4 spaces (indentation)
(#7431) Expected indentation of 4 spaces (indentation)
(#7432) Expected indentation of 4 spaces (indentation)
(#7433) Expected indentation of 4 spaces (indentation)
(#7434) Expected indentation of 4 spaces (indentation)
(#7435) Expected indentation of 4 spaces (indentation)
(#7439) Expected indentation of 4 spaces (indentation)
(#7443) Expected indentation of 4 spaces (indentation)
(#7444) Expected indentation of 4 spaces (indentation)
(#7448) Expected indentation of 4 spaces (indentation)
(#7449) Expected indentation of 4 spaces (indentation)
(#7450) Expected indentation of 4 spaces (indentation)
(#7451) Expected indentation of 4 spaces (indentation)
(#7452) Expected indentation of 4 spaces (indentation)
(#7453) Expected indentation of 4 spaces (indentation)
(#7457) Expected indentation of 4 spaces (indentation)
(#7458) Expected indentation of 4 spaces (indentation)
(#7459) Expected indentation of 4 spaces (indentation)
(#7460) Expected indentation of 4 spaces (indentation)
(#7461) Expected indentation of 4 spaces (indentation)
(#7465) Expected indentation of 4 spaces (indentation)
(#7466) Expected indentation of 4 spaces (indentation)
(#7467) Expected indentation of 4 spaces (indentation)
(#7468) Expected indentation of 4 spaces (indentation)
(#7469) Expected indentation of 4 spaces (indentation)
(#7470) Expected indentation of 4 spaces (indentation)
(#7474) Expected indentation of 4 spaces (indentation)
(#7475) Expected indentation of 4 spaces (indentation)
(#7476) Expected indentation of 4 spaces (indentation)
(#7477) Expected indentation of 4 spaces (indentation)
(#7478) Expected indentation of 4 spaces (indentation)
(#7482) Expected indentation of 4 spaces (indentation)
(#7483) Expected indentation of 4 spaces (indentation)
(#7484) Expected indentation of 4 spaces (indentation)
(#7485) Expected indentation of 4 spaces (indentation)
(#7486) Expected indentation of 4 spaces (indentation)
(#7487) Expected indentation of 4 spaces (indentation)
(#7491) Expected indentation of 4 spaces (indentation)
(#7492) Expected indentation of 4 spaces (indentation)
(#7493) Expected indentation of 4 spaces (indentation)
(#7494) Expected indentation of 4 spaces (indentation)
(#7495) Expected indentation of 4 spaces (indentation)
(#7499) Expected indentation of 4 spaces (indentation)
(#7500) Expected indentation of 4 spaces (indentation)
(#7501) Expected indentation of 4 spaces (indentation)
(#7502) Expected indentation of 4 spaces (indentation)
(#7503) Expected indentation of 4 spaces (indentation)
(#7504) Expected indentation of 4 spaces (indentation)
(#7508) Expected indentation of 4 spaces (indentation)
(#7509) Expected indentation of 4 spaces (indentation)
(#7510) Expected indentation of 4 spaces (indentation)
(#7511) Expected indentation of 4 spaces (indentation)
(#7512) Expected indentation of 4 spaces (indentation)
(#7516) Expected indentation of 4 spaces (indentation)
(#7520) Expected indentation of 4 spaces (indentation)
(#7521) Expected indentation of 4 spaces (indentation)
(#7522) Expected indentation of 4 spaces (indentation)
(#7526) Expected indentation of 4 spaces (indentation)
(#7527) Expected indentation of 4 spaces (indentation)
(#7528) Expected indentation of 4 spaces (indentation)
(#7529) Expected indentation of 4 spaces (indentation)
(#7530) Expected indentation of 4 spaces (indentation)
(#7536) Expected indentation of 4 spaces (indentation)
(#7539) Expected indentation of 4 spaces (indentation)
(#7548) Expected indentation of 4 spaces (indentation)
(#7540) Expected indentation of 4 spaces (indentation)
(#7541) Expected indentation of 8 spaces (indentation)
(#7542) Expected indentation of 8 spaces (indentation)
(#7543) Expected indentation of 8 spaces (indentation)
(#7544) Expected indentation of 8 spaces (indentation)
(#7545) Expected indentation of 8 spaces (indentation)
(#7546) Expected indentation of 8 spaces (indentation)
(#7547) Expected indentation of 8 spaces (indentation)
(#7549) Expected indentation of 4 spaces (indentation)
(#7556) Expected indentation of 4 spaces (indentation)
(#7550) Expected indentation of 4 spaces (indentation)
(#7551) Expected indentation of 4 spaces (indentation)
(#7552) Expected indentation of 4 spaces (indentation)
(#7553) Expected indentation of 8 spaces (indentation)
(#7554) Expected indentation of 8 spaces (indentation)
(#7555) Expected indentation of 8 spaces (indentation)
(#7557) Expected indentation of 4 spaces (indentation)
(#7564) Expected indentation of 4 spaces (indentation)
(#7558) Expected indentation of 4 spaces (indentation)
(#7559) Expected indentation of 4 spaces (indentation)
(#7560) Expected indentation of 4 spaces (indentation)
(#7561) Expected indentation of 8 spaces (indentation)
(#7562) Expected indentation of 8 spaces (indentation)
(#7563) Expected indentation of 8 spaces (indentation)
(#7565) Expected indentation of 4 spaces (indentation)
(#7574) Expected indentation of 4 spaces (indentation)
(#7566) Expected indentation of 4 spaces (indentation)
(#7567) Expected indentation of 4 spaces (indentation)
(#7568) Expected indentation of 4 spaces (indentation)
(#7569) Expected indentation of 4 spaces (indentation)
(#7570) Expected indentation of 4 spaces (indentation)
(#7571) Expected indentation of 8 spaces (indentation)
(#7572) Expected indentation of 8 spaces (indentation)
(#7573) Expected indentation of 8 spaces (indentation)
(#7582) Expected indentation of 4 spaces (indentation)
(#7586) Expected indentation of 4 spaces (indentation)
(#7592) Expected indentation of 4 spaces (indentation)
(#7593) Expected indentation of 4 spaces (indentation)
(#7594) Expected indentation of 4 spaces (indentation)
(#7598) Expected indentation of 4 spaces (indentation)
(#7602) Expected indentation of 4 spaces (indentation)
(#7608) Expected indentation of 4 spaces (indentation)
(#7612) Expected indentation of 4 spaces (indentation)
(#7616) Expected indentation of 4 spaces (indentation)
(#7620) Expected indentation of 4 spaces (indentation)
(#7621) Expected indentation of 4 spaces (indentation)
(#7622) Expected indentation of 4 spaces (indentation)
(#7623) Expected indentation of 4 spaces (indentation)
(#7624) Expected indentation of 4 spaces (indentation)
(#7625) Expected indentation of 4 spaces (indentation)
(#7626) Expected indentation of 4 spaces (indentation)
(#7627) Expected indentation of 4 spaces (indentation)
(#7628) Expected indentation of 4 spaces (indentation)
(#7629) Expected indentation of 4 spaces (indentation)
(#7630) Expected indentation of 4 spaces (indentation)
(#7631) Expected indentation of 4 spaces (indentation)
(#7635) Expected indentation of 4 spaces (indentation)
(#7636) Expected indentation of 4 spaces (indentation)
(#7637) Expected indentation of 4 spaces (indentation)
(#7638) Expected indentation of 4 spaces (indentation)
(#7639) Expected indentation of 4 spaces (indentation)
(#7640) Expected indentation of 4 spaces (indentation)
(#7644) Expected indentation of 4 spaces (indentation)
(#7645) Expected indentation of 4 spaces (indentation)
(#7646) Expected indentation of 4 spaces (indentation)
(#7647) Expected indentation of 4 spaces (indentation)
(#7648) Expected indentation of 4 spaces (indentation)
(#7649) Expected indentation of 4 spaces (indentation)
(#7650) Expected indentation of 4 spaces (indentation)
(#7651) Expected indentation of 4 spaces (indentation)
(#7657) Expected indentation of 4 spaces (indentation)
(#7658) Expected indentation of 4 spaces (indentation)
(#7659) Expected indentation of 4 spaces (indentation)
(#7660) Expected indentation of 4 spaces (indentation)
(#7661) Expected indentation of 4 spaces (indentation)
(#7671) Expected indentation of 4 spaces (indentation)
(#7672) Expected indentation of 4 spaces (indentation)
(#7673) Expected indentation of 4 spaces (indentation)
(#7674) Expected indentation of 4 spaces (indentation)
(#7675) Expected indentation of 4 spaces (indentation)
(#7681) Expected indentation of 4 spaces (indentation)
(#7682) Expected indentation of 4 spaces (indentation)
(#7688) Expected indentation of 4 spaces (indentation)
(#7689) Expected indentation of 4 spaces (indentation)
(#7695) Expected indentation of 4 spaces (indentation)
(#7696) Expected indentation of 4 spaces (indentation)
(#7697) Expected indentation of 4 spaces (indentation)
(#7698) Expected indentation of 4 spaces (indentation)
(#7702) Expected indentation of 4 spaces (indentation)
(#7706) Expected indentation of 4 spaces (indentation)
(#7710) Expected indentation of 4 spaces (indentation)
(#7711) Expected indentation of 4 spaces (indentation)
(#7712) Expected indentation of 4 spaces (indentation)
(#7713) Expected indentation of 4 spaces (indentation)
(#7714) Expected indentation of 4 spaces (indentation)
(#7715) Expected indentation of 4 spaces (indentation)
(#7716) Expected indentation of 4 spaces (indentation)
(#7717) Expected indentation of 4 spaces (indentation)
(#7718) Expected indentation of 4 spaces (indentation)
(#7722) Expected indentation of 4 spaces (indentation)
(#7723) Expected indentation of 4 spaces (indentation)
(#7724) Expected indentation of 4 spaces (indentation)
(#7725) Expected indentation of 4 spaces (indentation)
(#7726) Expected indentation of 4 spaces (indentation)
(#7727) Expected indentation of 4 spaces (indentation)
(#7728) Expected indentation of 4 spaces (indentation)
(#7729) Expected indentation of 4 spaces (indentation)
(#7730) Expected indentation of 4 spaces (indentation)
(#7731) Expected indentation of 4 spaces (indentation)
(#7735) Expected indentation of 4 spaces (indentation)
(#7736) Expected indentation of 4 spaces (indentation)
(#7737) Expected indentation of 4 spaces (indentation)
(#7738) Expected indentation of 4 spaces (indentation)
(#7742) Expected indentation of 4 spaces (indentation)
(#7743) Expected indentation of 4 spaces (indentation)
(#7744) Expected indentation of 4 spaces (indentation)
(#7745) Expected indentation of 4 spaces (indentation)
(#7746) Expected indentation of 4 spaces (indentation)
(#7747) Expected indentation of 4 spaces (indentation)
(#7748) Expected indentation of 4 spaces (indentation)
(#7749) Expected indentation of 4 spaces (indentation)
(#7750) Expected indentation of 4 spaces (indentation)
(#7751) Expected indentation of 4 spaces (indentation)
(#7755) Expected indentation of 4 spaces (indentation)
(#7758) Expected indentation of 4 spaces (indentation)
(#7770) Expected indentation of 4 spaces (indentation)
(#7759) Expected indentation of 4 spaces (indentation)
(#7760) Expected indentation of 4 spaces (indentation)
(#7761) Expected indentation of 4 spaces (indentation)
(#7762) Expected indentation of 4 spaces (indentation)
(#7763) Expected indentation of 4 spaces (indentation)
(#7764) Expected indentation of 4 spaces (indentation)
(#7765) Expected indentation of 4 spaces (indentation)
(#7766) Expected indentation of 8 spaces (indentation)
(#7767) Expected indentation of 8 spaces (indentation)
(#7768) Expected indentation of 8 spaces (indentation)
(#7769) Expected indentation of 8 spaces (indentation)
(#7771) Expected indentation of 4 spaces (indentation)
(#7776) Expected indentation of 4 spaces (indentation)
(#7772) Expected indentation of 4 spaces (indentation)
(#7773) Expected indentation of 4 spaces (indentation)
(#7774) Expected indentation of 4 spaces (indentation)
(#7775) Expected indentation of 8 spaces (indentation)
(#7777) Expected indentation of 4 spaces (indentation)
(#7782) Expected indentation of 4 spaces (indentation)
(#7778) Expected indentation of 4 spaces (indentation)
(#7779) Expected indentation of 4 spaces (indentation)
(#7780) Expected indentation of 4 spaces (indentation)
(#7781) Expected indentation of 8 spaces (indentation)
(#7783) Expected indentation of 4 spaces (indentation)
(#7788) Expected indentation of 4 spaces (indentation)
(#7784) Expected indentation of 4 spaces (indentation)
(#7785) Expected indentation of 8 spaces (indentation)
(#7786) Expected indentation of 8 spaces (indentation)
(#7787) Expected indentation of 8 spaces (indentation)
(#7789) Expected indentation of 4 spaces (indentation)
(#7792) Expected indentation of 4 spaces (indentation)
(#7790) Expected indentation of 4 spaces (indentation)
(#7791) Expected indentation of 8 spaces (indentation)
(#7858) Expected indentation of 4 spaces (indentation)
(#7859) Expected indentation of 4 spaces (indentation)
(#7893) Expected indentation of 4 spaces (indentation)
(#7897) Expected indentation of 4 spaces (indentation)
(#7898) Expected indentation of 4 spaces (indentation)
(#7899) Expected indentation of 4 spaces (indentation)
(#7903) Expected indentation of 4 spaces (indentation)
(#7907) Expected indentation of 4 spaces (indentation)
(#7911) Expected indentation of 4 spaces (indentation)
(#7915) Expected indentation of 4 spaces (indentation)
(#7919) Expected indentation of 4 spaces (indentation)
(#7923) Expected indentation of 4 spaces (indentation)
(#7924) Expected indentation of 4 spaces (indentation)
(#7925) Expected indentation of 4 spaces (indentation)
(#7926) Expected indentation of 4 spaces (indentation)
(#7927) Expected indentation of 4 spaces (indentation)
(#7931) Expected indentation of 4 spaces (indentation)
(#7935) Expected indentation of 4 spaces (indentation)
(#7945) Expected indentation of 4 spaces (indentation)
(#7971) Expected indentation of 4 spaces (indentation)
(#7974) Expected indentation of 4 spaces (indentation)
(#7977) Expected indentation of 4 spaces (indentation)
(#7975) Expected indentation of 4 spaces (indentation)
(#7976) Expected indentation of 8 spaces (indentation)
(#7978) Expected indentation of 4 spaces (indentation)
(#7981) Expected indentation of 4 spaces (indentation)
(#7979) Expected indentation of 4 spaces (indentation)
(#7980) Expected indentation of 8 spaces (indentation)
(#7982) Expected indentation of 4 spaces (indentation)
(#7985) Expected indentation of 4 spaces (indentation)
(#7983) Expected indentation of 4 spaces (indentation)
(#7984) Expected indentation of 8 spaces (indentation)
(#7986) Expected indentation of 4 spaces (indentation)
(#7991) Expected indentation of 4 spaces (indentation)
(#7987) Expected indentation of 4 spaces (indentation)
(#7988) Expected indentation of 4 spaces (indentation)
(#7989) Expected indentation of 4 spaces (indentation)
(#7990) Expected indentation of 8 spaces (indentation)
(#7994) Expected indentation of 4 spaces (indentation)
(#7997) Expected indentation of 4 spaces (indentation)
(#7995) Expected indentation of 4 spaces (indentation)
(#7996) Expected indentation of 8 spaces (indentation)
(#8000) Expected indentation of 4 spaces (indentation)
(#8003) Expected indentation of 4 spaces (indentation)
(#8001) Expected indentation of 4 spaces (indentation)
(#8002) Expected indentation of 8 spaces (indentation)
(#8006) Expected indentation of 4 spaces (indentation)
(#8009) Expected indentation of 4 spaces (indentation)
(#8007) Expected indentation of 4 spaces (indentation)
(#8008) Expected indentation of 8 spaces (indentation)
(#8012) Expected indentation of 4 spaces (indentation)
(#8015) Expected indentation of 4 spaces (indentation)
(#8013) Expected indentation of 4 spaces (indentation)
(#8014) Expected indentation of 8 spaces (indentation)
(#8016) Expected indentation of 4 spaces (indentation)
(#8019) Expected indentation of 4 spaces (indentation)
(#8017) Expected indentation of 4 spaces (indentation)
(#8018) Expected indentation of 8 spaces (indentation)
(#8020) Expected indentation of 4 spaces (indentation)
(#8023) Expected indentation of 4 spaces (indentation)
(#8021) Expected indentation of 4 spaces (indentation)
(#8022) Expected indentation of 8 spaces (indentation)
(#8024) Expected indentation of 4 spaces (indentation)
(#8029) Expected indentation of 4 spaces (indentation)
(#8025) Expected indentation of 4 spaces (indentation)
(#8026) Expected indentation of 4 spaces (indentation)
(#8027) Expected indentation of 4 spaces (indentation)
(#8028) Expected indentation of 8 spaces (indentation)
(#8032) Expected indentation of 4 spaces (indentation)
(#8035) Expected indentation of 4 spaces (indentation)
(#8033) Expected indentation of 4 spaces (indentation)
(#8034) Expected indentation of 8 spaces (indentation)
(#8038) Expected indentation of 4 spaces (indentation)
(#8041) Expected indentation of 4 spaces (indentation)
(#8039) Expected indentation of 4 spaces (indentation)
(#8040) Expected indentation of 8 spaces (indentation)
(#8044) Expected indentation of 4 spaces (indentation)
(#8047) Expected indentation of 4 spaces (indentation)
(#8045) Expected indentation of 4 spaces (indentation)
(#8046) Expected indentation of 8 spaces (indentation)
(#8050) Expected indentation of 4 spaces (indentation)
(#8053) Expected indentation of 4 spaces (indentation)
(#8051) Expected indentation of 4 spaces (indentation)
(#8052) Expected indentation of 8 spaces (indentation)
(#8054) Expected indentation of 4 spaces (indentation)
(#8057) Expected indentation of 4 spaces (indentation)
(#8055) Expected indentation of 4 spaces (indentation)
(#8056) Expected indentation of 8 spaces (indentation)
(#8058) Expected indentation of 4 spaces (indentation)
(#8061) Expected indentation of 4 spaces (indentation)
(#8059) Expected indentation of 4 spaces (indentation)
(#8060) Expected indentation of 8 spaces (indentation)
(#8062) Expected indentation of 4 spaces (indentation)
(#8067) Expected indentation of 4 spaces (indentation)
(#8063) Expected indentation of 4 spaces (indentation)
(#8064) Expected indentation of 4 spaces (indentation)
(#8065) Expected indentation of 4 spaces (indentation)
(#8066) Expected indentation of 8 spaces (indentation)
(#8070) Expected indentation of 4 spaces (indentation)
(#8073) Expected indentation of 4 spaces (indentation)
(#8071) Expected indentation of 4 spaces (indentation)
(#8072) Expected indentation of 8 spaces (indentation)
(#8076) Expected indentation of 4 spaces (indentation)
(#8079) Expected indentation of 4 spaces (indentation)
(#8077) Expected indentation of 4 spaces (indentation)
(#8078) Expected indentation of 8 spaces (indentation)
(#8082) Expected indentation of 4 spaces (indentation)
(#8085) Expected indentation of 4 spaces (indentation)
(#8083) Expected indentation of 4 spaces (indentation)
(#8084) Expected indentation of 8 spaces (indentation)
(#8088) Expected indentation of 4 spaces (indentation)
(#8091) Expected indentation of 4 spaces (indentation)
(#8089) Expected indentation of 4 spaces (indentation)
(#8090) Expected indentation of 8 spaces (indentation)
(#8092) Expected indentation of 4 spaces (indentation)
(#8095) Expected indentation of 4 spaces (indentation)
(#8093) Expected indentation of 4 spaces (indentation)
(#8094) Expected indentation of 8 spaces (indentation)
(#8096) Expected indentation of 4 spaces (indentation)
(#8099) Expected indentation of 4 spaces (indentation)
(#8097) Expected indentation of 4 spaces (indentation)
(#8098) Expected indentation of 8 spaces (indentation)
(#8100) Expected indentation of 4 spaces (indentation)
(#8105) Expected indentation of 4 spaces (indentation)
(#8101) Expected indentation of 4 spaces (indentation)
(#8102) Expected indentation of 4 spaces (indentation)
(#8103) Expected indentation of 4 spaces (indentation)
(#8104) Expected indentation of 8 spaces (indentation)
(#8108) Expected indentation of 4 spaces (indentation)
(#8111) Expected indentation of 4 spaces (indentation)
(#8109) Expected indentation of 4 spaces (indentation)
(#8110) Expected indentation of 8 spaces (indentation)
(#8114) Expected indentation of 4 spaces (indentation)
(#8117) Expected indentation of 4 spaces (indentation)
(#8115) Expected indentation of 4 spaces (indentation)
(#8116) Expected indentation of 8 spaces (indentation)
(#8120) Expected indentation of 4 spaces (indentation)
(#8123) Expected indentation of 4 spaces (indentation)
(#8121) Expected indentation of 4 spaces (indentation)
(#8122) Expected indentation of 8 spaces (indentation)
(#8126) Expected indentation of 4 spaces (indentation)
(#8129) Expected indentation of 4 spaces (indentation)
(#8127) Expected indentation of 4 spaces (indentation)
(#8128) Expected indentation of 8 spaces (indentation)
(#8132) Expected indentation of 4 spaces (indentation)
(#8135) Expected indentation of 4 spaces (indentation)
(#8133) Expected indentation of 4 spaces (indentation)
(#8134) Expected indentation of 8 spaces (indentation)
(#8138) Expected indentation of 4 spaces (indentation)
(#8141) Expected indentation of 4 spaces (indentation)
(#8139) Expected indentation of 4 spaces (indentation)
(#8140) Expected indentation of 8 spaces (indentation)
(#8144) Expected indentation of 4 spaces (indentation)
(#8147) Expected indentation of 4 spaces (indentation)
(#8145) Expected indentation of 4 spaces (indentation)
(#8146) Expected indentation of 8 spaces (indentation)
(#8151) Expected indentation of 4 spaces (indentation)
(#8154) Expected indentation of 4 spaces (indentation)
(#8157) Expected indentation of 4 spaces (indentation)
(#8155) Expected indentation of 4 spaces (indentation)
(#8156) Expected indentation of 8 spaces (indentation)
(#8158) Expected indentation of 4 spaces (indentation)
(#8161) Expected indentation of 4 spaces (indentation)
(#8159) Expected indentation of 4 spaces (indentation)
(#8160) Expected indentation of 8 spaces (indentation)
(#8162) Expected indentation of 4 spaces (indentation)
(#8165) Expected indentation of 4 spaces (indentation)
(#8163) Expected indentation of 4 spaces (indentation)
(#8164) Expected indentation of 8 spaces (indentation)
(#8166) Expected indentation of 4 spaces (indentation)
(#8171) Expected indentation of 4 spaces (indentation)
(#8167) Expected indentation of 4 spaces (indentation)
(#8168) Expected indentation of 4 spaces (indentation)
(#8169) Expected indentation of 4 spaces (indentation)
(#8170) Expected indentation of 8 spaces (indentation)
(#8175) Expected indentation of 4 spaces (indentation)
(#8178) Expected indentation of 4 spaces (indentation)
(#8181) Expected indentation of 4 spaces (indentation)
(#8179) Expected indentation of 4 spaces (indentation)
(#8180) Expected indentation of 8 spaces (indentation)
(#8185) Expected indentation of 4 spaces (indentation)
(#8188) Expected indentation of 4 spaces (indentation)
(#8191) Expected indentation of 4 spaces (indentation)
(#8189) Expected indentation of 4 spaces (indentation)
(#8190) Expected indentation of 8 spaces (indentation)
(#8195) Expected indentation of 4 spaces (indentation)
(#8198) Expected indentation of 4 spaces (indentation)
(#8201) Expected indentation of 4 spaces (indentation)
(#8199) Expected indentation of 4 spaces (indentation)
(#8200) Expected indentation of 8 spaces (indentation)
(#8204) Expected indentation of 4 spaces (indentation)
(#8207) Expected indentation of 4 spaces (indentation)
(#8205) Expected indentation of 4 spaces (indentation)
(#8206) Expected indentation of 8 spaces (indentation)
(#8211) Expected indentation of 4 spaces (indentation)
(#8212) Expected indentation of 4 spaces (indentation)
(#8213) Expected indentation of 4 spaces (indentation)
(#8214) Expected indentation of 4 spaces (indentation)
(#8215) Expected indentation of 4 spaces (indentation)
(#8216) Expected indentation of 4 spaces (indentation)
(#8217) Expected indentation of 4 spaces (indentation)
(#8218) Expected indentation of 4 spaces (indentation)
(#8221) Expected indentation of 4 spaces (indentation)
(#8223) Expected indentation of 4 spaces (indentation)
(#8222) Expected indentation of 8 spaces (indentation)
(#8224) Expected indentation of 4 spaces (indentation)
(#8226) Expected indentation of 4 spaces (indentation)
(#8225) Expected indentation of 8 spaces (indentation)
(#8229) Expected indentation of 4 spaces (indentation)
(#8231) Expected indentation of 4 spaces (indentation)
(#8230) Expected indentation of 8 spaces (indentation)
(#8232) Expected indentation of 4 spaces (indentation)
(#8234) Expected indentation of 4 spaces (indentation)
(#8233) Expected indentation of 8 spaces (indentation)
(#8238) Expected indentation of 4 spaces (indentation)
(#8239) Expected indentation of 4 spaces (indentation)
(#8240) Expected indentation of 4 spaces (indentation)
(#8241) Expected indentation of 4 spaces (indentation)
(#8245) Expected indentation of 4 spaces (indentation)
(#8246) Expected indentation of 4 spaces (indentation)
(#8247) Expected indentation of 4 spaces (indentation)
(#8248) Expected indentation of 4 spaces (indentation)
(#8252) Expected indentation of 4 spaces (indentation)
(#8253) Expected indentation of 4 spaces (indentation)
(#8254) Expected indentation of 4 spaces (indentation)
(#8255) Expected indentation of 4 spaces (indentation)
(#8259) Expected indentation of 4 spaces (indentation)
(#8263) Expected indentation of 4 spaces (indentation)
(#8267) Expected indentation of 4 spaces (indentation)
(#8271) Expected indentation of 4 spaces (indentation)
(#8275) Expected indentation of 4 spaces (indentation)
(#8279) Expected indentation of 4 spaces (indentation)
(#8283) Expected indentation of 4 spaces (indentation)
(#8287) Expected indentation of 4 spaces (indentation)
(#8291) Expected indentation of 4 spaces (indentation)
(#8295) Expected indentation of 4 spaces (indentation)
(#8299) Expected indentation of 4 spaces (indentation)
(#8303) Expected indentation of 4 spaces (indentation)
(#8307) Expected indentation of 4 spaces (indentation)
(#8311) Expected indentation of 4 spaces (indentation)
(#8315) Expected indentation of 4 spaces (indentation)
(#8319) Expected indentation of 4 spaces (indentation)
(#8320) Expected indentation of 4 spaces (indentation)
(#8321) Expected indentation of 4 spaces (indentation)
(#8324) Expected indentation of 4 spaces (indentation)
(#8327) Expected indentation of 4 spaces (indentation)
(#8330) Expected indentation of 4 spaces (indentation)
(#8333) Expected indentation of 4 spaces (indentation)
(#8336) Expected indentation of 4 spaces (indentation)
(#8340) Expected indentation of 4 spaces (indentation)
(#8343) Expected indentation of 4 spaces (indentation)
(#8346) Expected indentation of 4 spaces (indentation)
(#8349) Expected indentation of 4 spaces (indentation)
(#8352) Expected indentation of 4 spaces (indentation)
(#8355) Expected indentation of 4 spaces (indentation)
(#8356) Expected indentation of 4 spaces (indentation)
(#8359) Expected indentation of 4 spaces (indentation)
(#8360) Expected indentation of 4 spaces (indentation)
(#8366) Expected indentation of 4 spaces (indentation)
(#8367) Expected indentation of 4 spaces (indentation)
(#8368) Expected indentation of 4 spaces (indentation)
(#8369) Expected indentation of 4 spaces (indentation)
(#8370) Expected indentation of 4 spaces (indentation)
(#8371) Expected indentation of 4 spaces (indentation)
(#8372) Expected indentation of 4 spaces (indentation)
(#8373) Expected indentation of 4 spaces (indentation)
(#8374) Expected indentation of 4 spaces (indentation)
(#8378) Expected indentation of 4 spaces (indentation)
(#8379) Expected indentation of 4 spaces (indentation)
(#8382) Expected indentation of 4 spaces (indentation)
(#8383) Expected indentation of 4 spaces (indentation)
(#8384) Expected indentation of 4 spaces (indentation)
(#8385) Expected indentation of 4 spaces (indentation)
(#8386) Expected indentation of 4 spaces (indentation)
(#8387) Expected indentation of 4 spaces (indentation)
(#8388) Expected indentation of 4 spaces (indentation)
(#8393) Expected indentation of 4 spaces (indentation)
(#8394) Expected indentation of 4 spaces (indentation)
(#8397) Expected indentation of 4 spaces (indentation)
(#8405) Expected indentation of 4 spaces (indentation)
(#8406) Expected indentation of 4 spaces (indentation)
(#8410) Expected indentation of 4 spaces (indentation)
(#8413) Expected indentation of 4 spaces (indentation)
(#8416) Expected indentation of 4 spaces (indentation)
(#8419) Expected indentation of 4 spaces (indentation)
(#8420) Expected indentation of 4 spaces (indentation)
(#8421) Expected indentation of 4 spaces (indentation)
(#8422) Expected indentation of 4 spaces (indentation)
(#8423) Expected indentation of 4 spaces (indentation)
(#8424) Expected indentation of 4 spaces (indentation)
(#8425) Expected indentation of 4 spaces (indentation)
(#8426) Expected indentation of 4 spaces (indentation)
(#8427) Expected indentation of 4 spaces (indentation)
(#8428) Expected indentation of 4 spaces (indentation)
(#8431) Expected indentation of 4 spaces (indentation)
(#8432) Expected indentation of 4 spaces (indentation)
(#8433) Expected indentation of 4 spaces (indentation)
(#8434) Expected indentation of 4 spaces (indentation)
(#8437) Expected indentation of 4 spaces (indentation)
(#8440) Expected indentation of 4 spaces (indentation)
(#8438) Expected indentation of 8 spaces (indentation)
(#8439) Expected indentation of 8 spaces (indentation)
(#8443) Expected indentation of 4 spaces (indentation)
(#8444) Expected indentation of 4 spaces (indentation)
(#8445) Expected indentation of 4 spaces (indentation)
(#8446) Expected indentation of 4 spaces (indentation)
(#8447) Expected indentation of 4 spaces (indentation)
(#8450) Expected indentation of 4 spaces (indentation)
(#8451) Expected indentation of 4 spaces (indentation)
(#8452) Expected indentation of 4 spaces (indentation)
(#8455) Expected indentation of 4 spaces (indentation)
(#8458) Expected indentation of 4 spaces (indentation)
(#8461) Expected indentation of 4 spaces (indentation)
(#8462) Expected indentation of 4 spaces (indentation)
(#8463) Expected indentation of 4 spaces (indentation)
(#8466) Expected indentation of 4 spaces (indentation)
(#8467) Expected indentation of 4 spaces (indentation)
(#8468) Expected indentation of 4 spaces (indentation)
(#8469) Expected indentation of 4 spaces (indentation)
(#8470) Expected indentation of 4 spaces (indentation)
(#8473) Expected indentation of 4 spaces (indentation)
(#8474) Expected indentation of 4 spaces (indentation)
(#8475) Expected indentation of 4 spaces (indentation)
(#8476) Expected indentation of 4 spaces (indentation)
(#8479) Expected indentation of 4 spaces (indentation)
(#8480) Expected indentation of 4 spaces (indentation)
(#8481) Expected indentation of 4 spaces (indentation)
(#8482) Expected indentation of 4 spaces (indentation)
(#8485) Expected indentation of 4 spaces (indentation)
(#8486) Expected indentation of 4 spaces (indentation)
(#8487) Expected indentation of 4 spaces (indentation)
(#8490) Expected indentation of 4 spaces (indentation)
(#8491) Expected indentation of 4 spaces (indentation)
(#8492) Expected indentation of 4 spaces (indentation)
(#8495) Expected indentation of 4 spaces (indentation)
(#8496) Expected indentation of 4 spaces (indentation)
(#8499) Expected indentation of 4 spaces (indentation)
(#8500) Expected indentation of 4 spaces (indentation)
(#8501) Expected indentation of 4 spaces (indentation)
(#8502) Expected indentation of 4 spaces (indentation)
(#8503) Expected indentation of 4 spaces (indentation)
(#8504) Expected indentation of 4 spaces (indentation)
(#8505) Expected indentation of 4 spaces (indentation)
(#8506) Expected indentation of 4 spaces (indentation)
(#8509) Expected indentation of 4 spaces (indentation)
(#8510) Expected indentation of 4 spaces (indentation)
(#8511) Expected indentation of 4 spaces (indentation)
(#8512) Expected indentation of 4 spaces (indentation)
(#8513) Expected indentation of 4 spaces (indentation)
(#8514) Expected indentation of 4 spaces (indentation)
(#8517) Expected indentation of 4 spaces (indentation)
(#8520) Expected indentation of 4 spaces (indentation)
(#8518) Expected indentation of 8 spaces (indentation)
(#8519) Expected indentation of 8 spaces (indentation)
(#8523) Expected indentation of 4 spaces (indentation)
(#8524) Expected indentation of 4 spaces (indentation)
(#8525) Expected indentation of 4 spaces (indentation)
(#8526) Expected indentation of 4 spaces (indentation)
(#8527) Expected indentation of 4 spaces (indentation)
(#8528) Expected indentation of 4 spaces (indentation)
(#8529) Expected indentation of 4 spaces (indentation)
(#8532) Expected indentation of 4 spaces (indentation)
(#8533) Expected indentation of 4 spaces (indentation)
(#8536) Expected indentation of 4 spaces (indentation)
(#8537) Expected indentation of 4 spaces (indentation)
(#8540) Expected indentation of 4 spaces (indentation)
(#8541) Expected indentation of 4 spaces (indentation)
(#8542) Expected indentation of 4 spaces (indentation)
(#8543) Expected indentation of 4 spaces (indentation)
(#8546) Expected indentation of 4 spaces (indentation)
(#8547) Expected indentation of 4 spaces (indentation)
(#8548) Expected indentation of 4 spaces (indentation)
(#8549) Expected indentation of 4 spaces (indentation)
(#8552) Expected indentation of 4 spaces (indentation)
(#8553) Expected indentation of 4 spaces (indentation)
(#8556) Expected indentation of 4 spaces (indentation)
(#8557) Expected indentation of 4 spaces (indentation)
(#8558) Expected indentation of 4 spaces (indentation)
(#8559) Expected indentation of 4 spaces (indentation)
(#8562) Expected indentation of 4 spaces (indentation)
(#8565) Expected indentation of 4 spaces (indentation)
(#8568) Expected indentation of 4 spaces (indentation)
(#8571) Expected indentation of 4 spaces (indentation)
(#8574) Expected indentation of 4 spaces (indentation)
(#8577) Expected indentation of 4 spaces (indentation)
(#8579) Expected indentation of 4 spaces (indentation)
(#8578) Expected indentation of 8 spaces (indentation)
(#8580) Expected indentation of 4 spaces (indentation)
(#8582) Expected indentation of 4 spaces (indentation)
(#8581) Expected indentation of 8 spaces (indentation)
(#8585) Expected indentation of 4 spaces (indentation)
(#8587) Expected indentation of 4 spaces (indentation)
(#8586) Expected indentation of 8 spaces (indentation)
(#8590) Expected indentation of 4 spaces (indentation)
(#8592) Expected indentation of 4 spaces (indentation)
(#8591) Expected indentation of 8 spaces (indentation)
(#8595) Expected indentation of 4 spaces (indentation)
(#8597) Expected indentation of 4 spaces (indentation)
(#8596) Expected indentation of 8 spaces (indentation)
(#8600) Expected indentation of 4 spaces (indentation)
(#8602) Expected indentation of 4 spaces (indentation)
(#8601) Expected indentation of 8 spaces (indentation)
(#8603) Expected indentation of 4 spaces (indentation)
(#8605) Expected indentation of 4 spaces (indentation)
(#8604) Expected indentation of 8 spaces (indentation)
(#8606) Expected indentation of 4 spaces (indentation)
(#8608) Expected indentation of 4 spaces (indentation)
(#8607) Expected indentation of 8 spaces (indentation)
(#8609) Expected indentation of 4 spaces (indentation)
(#8621) Expected indentation of 4 spaces (indentation)
(#8610) Expected indentation of 8 spaces (indentation)
(#8611) Expected indentation of 8 spaces (indentation)
(#8612) Expected indentation of 8 spaces (indentation)
(#8613) Expected indentation of 8 spaces (indentation)
(#8614) Expected indentation of 8 spaces (indentation)
(#8615) Expected indentation of 8 spaces (indentation)
(#8616) Expected indentation of 8 spaces (indentation)
(#8617) Expected indentation of 8 spaces (indentation)
(#8618) Expected indentation of 8 spaces (indentation)
(#8619) Expected indentation of 8 spaces (indentation)
(#8620) Expected indentation of 8 spaces (indentation)
(#8622) Expected indentation of 4 spaces (indentation)
(#8633) Expected indentation of 4 spaces (indentation)
(#8623) Expected indentation of 8 spaces (indentation)
(#8624) Expected indentation of 8 spaces (indentation)
(#8625) Expected indentation of 8 spaces (indentation)
(#8626) Expected indentation of 8 spaces (indentation)
(#8627) Expected indentation of 8 spaces (indentation)
(#8628) Expected indentation of 8 spaces (indentation)
(#8629) Expected indentation of 8 spaces (indentation)
(#8630) Expected indentation of 8 spaces (indentation)
(#8631) Expected indentation of 8 spaces (indentation)
(#8632) Expected indentation of 8 spaces (indentation)
(#8634) Expected indentation of 4 spaces (indentation)
(#8637) Expected indentation of 4 spaces (indentation)
(#8635) Expected indentation of 8 spaces (indentation)
(#8636) Expected indentation of 8 spaces (indentation)
(#8638) Expected indentation of 4 spaces (indentation)
(#8644) Expected indentation of 4 spaces (indentation)
(#8639) Expected indentation of 8 spaces (indentation)
(#8640) Expected indentation of 8 spaces (indentation)
(#8641) Expected indentation of 8 spaces (indentation)
(#8642) Expected indentation of 8 spaces (indentation)
(#8643) Expected indentation of 8 spaces (indentation)
(#8645) Expected indentation of 4 spaces (indentation)
(#8647) Expected indentation of 4 spaces (indentation)
(#8646) Expected indentation of 8 spaces (indentation)
(#8650) Expected indentation of 4 spaces (indentation)
(#8652) Expected indentation of 4 spaces (indentation)
(#8651) Expected indentation of 8 spaces (indentation)
(#8653) Expected indentation of 4 spaces (indentation)
(#8655) Expected indentation of 4 spaces (indentation)
(#8654) Expected indentation of 8 spaces (indentation)
(#8656) Expected indentation of 4 spaces (indentation)
(#8658) Expected indentation of 4 spaces (indentation)
(#8657) Expected indentation of 8 spaces (indentation)
(#8659) Expected indentation of 4 spaces (indentation)
(#8671) Expected indentation of 4 spaces (indentation)
(#8660) Expected indentation of 8 spaces (indentation)
(#8661) Expected indentation of 8 spaces (indentation)
(#8662) Expected indentation of 8 spaces (indentation)
(#8663) Expected indentation of 8 spaces (indentation)
(#8664) Expected indentation of 8 spaces (indentation)
(#8665) Expected indentation of 8 spaces (indentation)
(#8666) Expected indentation of 8 spaces (indentation)
(#8667) Expected indentation of 8 spaces (indentation)
(#8668) Expected indentation of 8 spaces (indentation)
(#8669) Expected indentation of 8 spaces (indentation)
(#8670) Expected indentation of 8 spaces (indentation)
(#8672) Expected indentation of 4 spaces (indentation)
(#8683) Expected indentation of 4 spaces (indentation)
(#8673) Expected indentation of 8 spaces (indentation)
(#8674) Expected indentation of 8 spaces (indentation)
(#8675) Expected indentation of 8 spaces (indentation)
(#8676) Expected indentation of 8 spaces (indentation)
(#8677) Expected indentation of 8 spaces (indentation)
(#8678) Expected indentation of 8 spaces (indentation)
(#8679) Expected indentation of 8 spaces (indentation)
(#8680) Expected indentation of 8 spaces (indentation)
(#8681) Expected indentation of 8 spaces (indentation)
(#8682) Expected indentation of 8 spaces (indentation)
(#8684) Expected indentation of 4 spaces (indentation)
(#8687) Expected indentation of 4 spaces (indentation)
(#8685) Expected indentation of 8 spaces (indentation)
(#8686) Expected indentation of 8 spaces (indentation)
(#8688) Expected indentation of 4 spaces (indentation)
(#8694) Expected indentation of 4 spaces (indentation)
(#8689) Expected indentation of 8 spaces (indentation)
(#8690) Expected indentation of 8 spaces (indentation)
(#8691) Expected indentation of 8 spaces (indentation)
(#8692) Expected indentation of 8 spaces (indentation)
(#8693) Expected indentation of 8 spaces (indentation)
(#8695) Expected indentation of 4 spaces (indentation)
(#8697) Expected indentation of 4 spaces (indentation)
(#8696) Expected indentation of 8 spaces (indentation)
(#8698) Expected indentation of 4 spaces (indentation)
(#8700) Expected indentation of 4 spaces (indentation)
(#8699) Expected indentation of 8 spaces (indentation)
(#8703) Expected indentation of 4 spaces (indentation)
(#8704) Expected indentation of 4 spaces (indentation)
(#8707) Expected indentation of 4 spaces (indentation)
(#8710) Expected indentation of 4 spaces (indentation)
(#8713) Expected indentation of 4 spaces (indentation)
(#8714) Expected indentation of 4 spaces (indentation)
(#8715) Expected indentation of 4 spaces (indentation)
(#8716) Expected indentation of 4 spaces (indentation)
(#8717) Expected indentation of 4 spaces (indentation)
(#8718) Expected indentation of 4 spaces (indentation)
(#8719) Expected indentation of 4 spaces (indentation)
(#8720) Expected indentation of 4 spaces (indentation)
(#8721) Expected indentation of 4 spaces (indentation)
(#8722) Expected indentation of 4 spaces (indentation)
(#8723) Expected indentation of 4 spaces (indentation)
(#8726) Expected indentation of 4 spaces (indentation)
(#8727) Expected indentation of 4 spaces (indentation)
(#8728) Expected indentation of 4 spaces (indentation)
(#8729) Expected indentation of 4 spaces (indentation)
(#8730) Expected indentation of 4 spaces (indentation)
(#8731) Expected indentation of 4 spaces (indentation)
(#8732) Expected indentation of 4 spaces (indentation)
(#8733) Expected indentation of 4 spaces (indentation)
(#8734) Expected indentation of 4 spaces (indentation)
(#8735) Expected indentation of 4 spaces (indentation)
(#8738) Expected indentation of 4 spaces (indentation)
(#8739) Expected indentation of 4 spaces (indentation)
(#8742) Expected indentation of 4 spaces (indentation)
(#8743) Expected indentation of 4 spaces (indentation)
(#8744) Expected indentation of 4 spaces (indentation)
(#8745) Expected indentation of 4 spaces (indentation)
(#8746) Expected indentation of 4 spaces (indentation)
(#8749) Expected indentation of 4 spaces (indentation)
(#8752) Expected indentation of 4 spaces (indentation)
(#8753) Expected indentation of 4 spaces (indentation)
(#8754) Expected indentation of 4 spaces (indentation)
(#8755) Expected indentation of 4 spaces (indentation)
(#8758) Expected indentation of 4 spaces (indentation)
(#8759) Expected indentation of 4 spaces (indentation)
(#8760) Expected indentation of 4 spaces (indentation)
(#8761) Expected indentation of 4 spaces (indentation)
(#8762) Expected indentation of 4 spaces (indentation)
(#8763) Expected indentation of 4 spaces (indentation)
(#8766) Expected indentation of 4 spaces (indentation)
(#8767) Expected indentation of 4 spaces (indentation)
(#8770) Expected indentation of 4 spaces (indentation)
(#8771) Expected indentation of 4 spaces (indentation)
(#8772) Expected indentation of 4 spaces (indentation)
(#8773) Expected indentation of 4 spaces (indentation)
(#8774) Expected indentation of 4 spaces (indentation)
(#8777) Expected indentation of 4 spaces (indentation)
(#8778) Expected indentation of 4 spaces (indentation)
(#8779) Expected indentation of 4 spaces (indentation)
(#8782) Expected indentation of 4 spaces (indentation)
(#8785) Expected indentation of 4 spaces (indentation)
(#8788) Expected indentation of 4 spaces (indentation)
(#8789) Expected indentation of 4 spaces (indentation)
(#8792) Expected indentation of 4 spaces (indentation)
(#8795) Expected indentation of 4 spaces (indentation)
(#8798) Expected indentation of 4 spaces (indentation)
(#8801) Expected indentation of 4 spaces (indentation)
(#8803) Expected indentation of 4 spaces (indentation)
(#8802) Expected indentation of 8 spaces (indentation)
(#8806) Expected indentation of 4 spaces (indentation)
(#8807) Expected indentation of 4 spaces (indentation)
(#8808) Expected indentation of 4 spaces (indentation)
(#8811) Expected indentation of 4 spaces (indentation)
(#8814) Expected indentation of 4 spaces (indentation)
(#8815) Expected indentation of 4 spaces (indentation)
(#8816) Expected indentation of 4 spaces (indentation)
(#8817) Expected indentation of 4 spaces (indentation)
(#8818) Expected indentation of 4 spaces (indentation)
(#8819) Expected indentation of 4 spaces (indentation)
(#8822) Expected indentation of 4 spaces (indentation)
(#8823) Expected indentation of 4 spaces (indentation)
(#8826) Expected indentation of 4 spaces (indentation)
(#8829) Expected indentation of 4 spaces (indentation)
(#8830) Expected indentation of 4 spaces (indentation)
(#8831) Expected indentation of 4 spaces (indentation)
(#8832) Expected indentation of 4 spaces (indentation)
(#8833) Expected indentation of 4 spaces (indentation)
(#8834) Expected indentation of 4 spaces (indentation)
(#8835) Expected indentation of 4 spaces (indentation)
(#8836) Expected indentation of 4 spaces (indentation)
(#8837) Expected indentation of 4 spaces (indentation)
(#8840) Expected indentation of 4 spaces (indentation)
(#8841) Expected indentation of 4 spaces (indentation)
(#8842) Expected indentation of 4 spaces (indentation)
(#8843) Expected indentation of 4 spaces (indentation)
(#8844) Expected indentation of 4 spaces (indentation)
(#8845) Expected indentation of 4 spaces (indentation)
(#8846) Expected indentation of 4 spaces (indentation)
(#8849) Expected indentation of 4 spaces (indentation)
(#8850) Expected indentation of 4 spaces (indentation)
(#8851) Expected indentation of 4 spaces (indentation)
(#8852) Expected indentation of 4 spaces (indentation)
(#8855) Expected indentation of 4 spaces (indentation)
(#8856) Expected indentation of 4 spaces (indentation)
(#8857) Expected indentation of 4 spaces (indentation)
(#8858) Expected indentation of 4 spaces (indentation)
(#8859) Expected indentation of 4 spaces (indentation)
(#8860) Expected indentation of 4 spaces (indentation)
(#8863) Expected indentation of 4 spaces (indentation)
(#8866) Expected indentation of 4 spaces (indentation)
(#8867) Expected indentation of 4 spaces (indentation)
(#8868) Expected indentation of 4 spaces (indentation)
(#8869) Expected indentation of 4 spaces (indentation)
(#8870) Expected indentation of 4 spaces (indentation)
(#8871) Expected indentation of 4 spaces (indentation)
(#8874) Expected indentation of 4 spaces (indentation)
(#8875) Expected indentation of 4 spaces (indentation)
(#8878) Expected indentation of 4 spaces (indentation)
(#8879) Expected indentation of 4 spaces (indentation)
(#8882) Expected indentation of 4 spaces (indentation)
(#8888) Expected indentation of 4 spaces (indentation)
(#8883) Expected indentation of 8 spaces (indentation)
(#8884) Expected indentation of 8 spaces (indentation)
(#8885) Expected indentation of 8 spaces (indentation)
(#8886) Expected indentation of 8 spaces (indentation)
(#8887) Expected indentation of 8 spaces (indentation)
(#8891) Expected indentation of 4 spaces (indentation)
(#8892) Expected indentation of 4 spaces (indentation)
(#8895) Expected indentation of 4 spaces (indentation)
(#8896) Expected indentation of 4 spaces (indentation)
(#8899) Expected indentation of 4 spaces (indentation)
(#8900) Expected indentation of 4 spaces (indentation)
(#8903) Expected indentation of 4 spaces (indentation)
(#8904) Expected indentation of 4 spaces (indentation)
(#8907) Expected indentation of 4 spaces (indentation)
(#8908) Expected indentation of 4 spaces (indentation)
(#8911) Expected indentation of 4 spaces (indentation)
(#8912) Expected indentation of 4 spaces (indentation)
(#8915) Expected indentation of 4 spaces (indentation)
(#8916) Expected indentation of 4 spaces (indentation)
(#8919) Expected indentation of 4 spaces (indentation)
(#8920) Expected indentation of 4 spaces (indentation)
(#8923) Expected indentation of 4 spaces (indentation)
(#8925) Expected indentation of 4 spaces (indentation)
(#8924) Expected indentation of 8 spaces (indentation)
(#8928) Expected indentation of 4 spaces (indentation)
(#8930) Expected indentation of 4 spaces (indentation)
(#8929) Expected indentation of 8 spaces (indentation)
(#8931) Expected indentation of 4 spaces (indentation)
(#8933) Expected indentation of 4 spaces (indentation)
(#8932) Expected indentation of 8 spaces (indentation)
(#8936) Expected indentation of 4 spaces (indentation)
(#8938) Expected indentation of 4 spaces (indentation)
(#8937) Expected indentation of 8 spaces (indentation)
(#8939) Expected indentation of 4 spaces (indentation)
(#8941) Expected indentation of 4 spaces (indentation)
(#8940) Expected indentation of 8 spaces (indentation)
(#8944) Expected indentation of 4 spaces (indentation)
(#8947) Expected indentation of 4 spaces (indentation)
(#8945) Expected indentation of 8 spaces (indentation)
(#8946) Expected indentation of 8 spaces (indentation)
(#8950) Expected indentation of 4 spaces (indentation)
(#8953) Expected indentation of 4 spaces (indentation)
(#8954) Expected indentation of 4 spaces (indentation)
(#8955) Expected indentation of 4 spaces (indentation)
(#8956) Expected indentation of 4 spaces (indentation)
(#8959) Expected indentation of 4 spaces (indentation)
(#8960) Expected indentation of 4 spaces (indentation)
(#8961) Expected indentation of 4 spaces (indentation)
(#8964) Expected indentation of 4 spaces (indentation)
(#8965) Expected indentation of 4 spaces (indentation)
(#8968) Expected indentation of 4 spaces (indentation)
(#8969) Expected indentation of 4 spaces (indentation)
(#8970) Expected indentation of 4 spaces (indentation)
(#8971) Expected indentation of 4 spaces (indentation)
(#8974) Expected indentation of 4 spaces (indentation)
(#8975) Expected indentation of 4 spaces (indentation)
(#8976) Expected indentation of 4 spaces (indentation)
(#8977) Expected indentation of 4 spaces (indentation)
(#8980) Expected indentation of 4 spaces (indentation)
(#8981) Expected indentation of 4 spaces (indentation)
(#8982) Expected indentation of 4 spaces (indentation)
(#8983) Expected indentation of 4 spaces (indentation)
(#8986) Expected indentation of 4 spaces (indentation)
(#8987) Expected indentation of 4 spaces (indentation)
(#8990) Expected indentation of 4 spaces (indentation)
(#8991) Expected indentation of 4 spaces (indentation)
(#8992) Expected indentation of 4 spaces (indentation)
(#8993) Expected indentation of 4 spaces (indentation)
(#8996) Expected indentation of 4 spaces (indentation)
(#8997) Expected indentation of 4 spaces (indentation)
(#8998) Expected indentation of 4 spaces (indentation)
(#8999) Expected indentation of 4 spaces (indentation)
(#9000) Expected indentation of 4 spaces (indentation)
(#9001) Expected indentation of 4 spaces (indentation)
(#9004) Expected indentation of 4 spaces (indentation)
(#9005) Expected indentation of 4 spaces (indentation)
(#9006) Expected indentation of 4 spaces (indentation)
(#9009) Expected indentation of 4 spaces (indentation)
(#9010) Expected indentation of 4 spaces (indentation)
(#9013) Expected indentation of 4 spaces (indentation)
(#9014) Expected indentation of 4 spaces (indentation)
(#9015) Expected indentation of 4 spaces (indentation)
(#9018) Expected indentation of 4 spaces (indentation)
(#9019) Expected indentation of 4 spaces (indentation)
(#9022) Expected indentation of 4 spaces (indentation)
(#9023) Expected indentation of 4 spaces (indentation)
(#9024) Expected indentation of 4 spaces (indentation)
(#9025) Expected indentation of 4 spaces (indentation)
(#9026) Expected indentation of 4 spaces (indentation)
(#9029) Expected indentation of 4 spaces (indentation)
(#9030) Expected indentation of 4 spaces (indentation)
(#9031) Expected indentation of 4 spaces (indentation)
(#9032) Expected indentation of 4 spaces (indentation)
(#9035) Expected indentation of 4 spaces (indentation)
(#9036) Expected indentation of 4 spaces (indentation)
(#9039) Expected indentation of 4 spaces (indentation)
(#9040) Expected indentation of 4 spaces (indentation)
(#9043) Expected indentation of 4 spaces (indentation)
(#9045) Expected indentation of 4 spaces (indentation)
(#9044) Expected indentation of 8 spaces (indentation)
(#9046) Expected indentation of 4 spaces (indentation)
(#9050) Expected indentation of 4 spaces (indentation)
(#9047) Expected indentation of 8 spaces (indentation)
(#9048) Expected indentation of 8 spaces (indentation)
(#9049) Expected indentation of 8 spaces (indentation)
(#9051) Expected indentation of 4 spaces (indentation)
(#9055) Expected indentation of 4 spaces (indentation)
(#9052) Expected indentation of 8 spaces (indentation)
(#9053) Expected indentation of 8 spaces (indentation)
(#9054) Expected indentation of 8 spaces (indentation)
(#9056) Expected indentation of 4 spaces (indentation)
(#9058) Expected indentation of 4 spaces (indentation)
(#9057) Expected indentation of 8 spaces (indentation)
(#9061) Expected indentation of 4 spaces (indentation)
(#9062) Expected indentation of 4 spaces (indentation)
(#9063) Expected indentation of 4 spaces (indentation)
(#9064) Expected indentation of 4 spaces (indentation)
(#9067) Expected indentation of 4 spaces (indentation)
(#9070) Expected indentation of 4 spaces (indentation)
(#9071) Expected indentation of 4 spaces (indentation)
(#9072) Expected indentation of 4 spaces (indentation)
(#9073) Expected indentation of 4 spaces (indentation)
(#9074) Expected indentation of 4 spaces (indentation)
(#9077) Expected indentation of 4 spaces (indentation)
(#9080) Expected indentation of 4 spaces (indentation)
(#9083) Expected indentation of 4 spaces (indentation)
(#9084) Expected indentation of 4 spaces (indentation)
(#9087) Expected indentation of 4 spaces (indentation)
(#9088) Expected indentation of 4 spaces (indentation)
(#9089) Expected indentation of 4 spaces (indentation)
(#9090) Expected indentation of 4 spaces (indentation)
(#9091) Expected indentation of 4 spaces (indentation)
(#9094) Expected indentation of 4 spaces (indentation)
(#9095) Expected indentation of 4 spaces (indentation)
(#9096) Expected indentation of 4 spaces (indentation)
(#9097) Expected indentation of 4 spaces (indentation)
(#9098) Expected indentation of 4 spaces (indentation)
(#9099) Expected indentation of 4 spaces (indentation)
(#9100) Expected indentation of 4 spaces (indentation)
(#9101) Expected indentation of 4 spaces (indentation)
(#9104) Expected indentation of 4 spaces (indentation)
(#9105) Expected indentation of 4 spaces (indentation)
(#9106) Expected indentation of 4 spaces (indentation)
(#9107) Expected indentation of 4 spaces (indentation)
(#9108) Expected indentation of 4 spaces (indentation)
(#9109) Expected indentation of 4 spaces (indentation)
(#9112) Expected indentation of 4 spaces (indentation)
(#9115) Expected indentation of 4 spaces (indentation)
(#9118) Expected indentation of 4 spaces (indentation)
(#9119) Expected indentation of 4 spaces (indentation)
(#9120) Expected indentation of 4 spaces (indentation)
(#9121) Expected indentation of 4 spaces (indentation)
(#9124) Expected indentation of 4 spaces (indentation)
(#9128) Expected indentation of 4 spaces (indentation)
(#9131) Expected indentation of 4 spaces (indentation)
(#9135) Expected indentation of 4 spaces (indentation)
(#9138) Expected indentation of 4 spaces (indentation)
(#9139) Expected indentation of 4 spaces (indentation)
(#9140) Expected indentation of 4 spaces (indentation)
(#9143) Expected indentation of 4 spaces (indentation)
(#9146) Expected indentation of 4 spaces (indentation)
(#9149) Expected indentation of 4 spaces (indentation)
(#9152) Expected indentation of 4 spaces (indentation)
(#9153) Expected indentation of 4 spaces (indentation)
(#9156) Expected indentation of 4 spaces (indentation)
(#9157) Expected indentation of 4 spaces (indentation)
(#9158) Expected indentation of 4 spaces (indentation)
(#9161) Expected indentation of 4 spaces (indentation)
(#9164) Expected indentation of 4 spaces (indentation)
(#9167) Expected indentation of 4 spaces (indentation)
(#9170) Expected indentation of 4 spaces (indentation)
(#9171) Expected indentation of 4 spaces (indentation)
(#9174) Expected indentation of 4 spaces (indentation)
(#9175) Expected indentation of 4 spaces (indentation)
(#9176) Expected indentation of 4 spaces (indentation)
(#9179) Expected indentation of 4 spaces (indentation)
(#9182) Expected indentation of 4 spaces (indentation)
(#9185) Expected indentation of 4 spaces (indentation)
(#9188) Expected indentation of 4 spaces (indentation)
(#9189) Expected indentation of 4 spaces (indentation)
(#9192) Expected indentation of 4 spaces (indentation)
(#9193) Expected indentation of 4 spaces (indentation)
(#9194) Expected indentation of 4 spaces (indentation)
(#9197) Expected indentation of 4 spaces (indentation)
(#9200) Expected indentation of 4 spaces (indentation)
(#9203) Expected indentation of 4 spaces (indentation)
(#9206) Expected indentation of 4 spaces (indentation)
(#9207) Expected indentation of 4 spaces (indentation)
(#9210) Expected indentation of 4 spaces (indentation)
(#9218) Expected indentation of 4 spaces (indentation)
(#9211) Expected indentation of 4 spaces (indentation)
(#9212) Expected indentation of 4 spaces (indentation)
(#9213) Expected indentation of 4 spaces (indentation)
(#9214) Expected indentation of 4 spaces (indentation)
(#9215) Expected indentation of 4 spaces (indentation)
(#9216) Expected indentation of 8 spaces (indentation)
(#9217) Expected indentation of 8 spaces (indentation)
(#9221) Expected indentation of 4 spaces (indentation)
(#9229) Expected indentation of 4 spaces (indentation)
(#9222) Expected indentation of 4 spaces (indentation)
(#9223) Expected indentation of 4 spaces (indentation)
(#9224) Expected indentation of 4 spaces (indentation)
(#9225) Expected indentation of 4 spaces (indentation)
(#9226) Expected indentation of 4 spaces (indentation)
(#9227) Expected indentation of 8 spaces (indentation)
(#9228) Expected indentation of 8 spaces (indentation)
(#9232) Expected indentation of 4 spaces (indentation)
(#9235) Expected indentation of 4 spaces (indentation)
(#9238) Expected indentation of 4 spaces (indentation)
(#9239) Expected indentation of 4 spaces (indentation)
(#9242) Expected indentation of 4 spaces (indentation)
(#9245) Expected indentation of 4 spaces (indentation)
(#9246) Expected indentation of 4 spaces (indentation)
(#9253) Expected indentation of 4 spaces (indentation)
(#9254) Expected indentation of 4 spaces (indentation)
(#9255) Expected indentation of 4 spaces (indentation)
(#9256) Expected indentation of 4 spaces (indentation)
(#9259) Expected indentation of 4 spaces (indentation)
(#9262) Expected indentation of 4 spaces (indentation)
(#9265) Expected indentation of 4 spaces (indentation)
(#9269) Expected indentation of 4 spaces (indentation)
(#9272) Expected indentation of 4 spaces (indentation)
(#9275) Expected indentation of 4 spaces (indentation)
(#9280) Expected indentation of 4 spaces (indentation)
(#9281) Expected indentation of 4 spaces (indentation)
(#9284) Expected indentation of 4 spaces (indentation)
(#9287) Expected indentation of 4 spaces (indentation)
(#9288) Expected indentation of 4 spaces (indentation)
(#9289) Expected indentation of 4 spaces (indentation)
(#9290) Expected indentation of 4 spaces (indentation)
(#9293) Expected indentation of 4 spaces (indentation)
(#9296) Expected indentation of 4 spaces (indentation)
(#9297) Expected indentation of 4 spaces (indentation)
(#9300) Expected indentation of 4 spaces (indentation)
(#9303) Expected indentation of 4 spaces (indentation)
(#9306) Expected indentation of 4 spaces (indentation)
(#9309) Expected indentation of 4 spaces (indentation)
(#9310) Expected indentation of 4 spaces (indentation)
(#9311) Expected indentation of 4 spaces (indentation)
(#9312) Expected indentation of 4 spaces (indentation)
(#9315) Expected indentation of 4 spaces (indentation)
(#9316) Expected indentation of 4 spaces (indentation)
(#9317) Expected indentation of 4 spaces (indentation)
(#9320) Expected indentation of 4 spaces (indentation)
(#9321) Expected indentation of 4 spaces (indentation)
(#9322) Expected indentation of 4 spaces (indentation)
(#9323) Expected indentation of 4 spaces (indentation)
(#9324) Expected indentation of 4 spaces (indentation)
(#9325) Expected indentation of 4 spaces (indentation)
(#9326) Expected indentation of 4 spaces (indentation)
(#9327) Expected indentation of 4 spaces (indentation)
(#9328) Expected indentation of 4 spaces (indentation)
(#9331) Expected indentation of 4 spaces (indentation)
(#9332) Expected indentation of 4 spaces (indentation)
(#9333) Expected indentation of 4 spaces (indentation)
(#9336) Expected indentation of 4 spaces (indentation)
(#9337) Expected indentation of 4 spaces (indentation)
(#9338) Expected indentation of 4 spaces (indentation)
(#9339) Expected indentation of 4 spaces (indentation)
(#9342) Expected indentation of 4 spaces (indentation)
(#9343) Expected indentation of 4 spaces (indentation)
(#9344) Expected indentation of 4 spaces (indentation)
(#9347) Expected indentation of 4 spaces (indentation)
(#9350) Expected indentation of 4 spaces (indentation)
(#9351) Expected indentation of 4 spaces (indentation)
(#9352) Expected indentation of 4 spaces (indentation)
(#9353) Expected indentation of 4 spaces (indentation)
(#9354) Expected indentation of 4 spaces (indentation)
(#9355) Expected indentation of 4 spaces (indentation)
(#9356) Expected indentation of 4 spaces (indentation)
(#9357) Expected indentation of 4 spaces (indentation)
(#9358) Expected indentation of 4 spaces (indentation)
(#9359) Expected indentation of 4 spaces (indentation)
(#9360) Expected indentation of 4 spaces (indentation)
(#9361) Expected indentation of 4 spaces (indentation)
(#9362) Expected indentation of 4 spaces (indentation)
(#9363) Expected indentation of 4 spaces (indentation)
(#9364) Expected indentation of 4 spaces (indentation)
(#9365) Expected indentation of 4 spaces (indentation)
(#9366) Expected indentation of 4 spaces (indentation)
(#9370) Expected indentation of 4 spaces (indentation)
(#9377) Expected indentation of 4 spaces (indentation)
(#9380) Expected indentation of 4 spaces (indentation)
(#9383) Expected indentation of 4 spaces (indentation)
(#9384) Expected indentation of 4 spaces (indentation)
(#9390) Expected indentation of 4 spaces (indentation)
(#9396) Expected indentation of 4 spaces (indentation)
(#9397) Expected indentation of 4 spaces (indentation)
(#9398) Expected indentation of 4 spaces (indentation)
(#9399) Expected indentation of 4 spaces (indentation)
(#9402) Expected indentation of 4 spaces (indentation)
(#9406) Expected indentation of 4 spaces (indentation)
(#9409) Expected indentation of 4 spaces (indentation)
(#9410) Expected indentation of 4 spaces (indentation)
(#9411) Expected indentation of 4 spaces (indentation)
(#9412) Expected indentation of 4 spaces (indentation)
(#9413) Expected indentation of 4 spaces (indentation)
(#9416) Expected indentation of 4 spaces (indentation)
(#9420) Expected indentation of 4 spaces (indentation)
(#9417) Expected indentation of 4 spaces (indentation)
(#9418) Expected indentation of 8 spaces (indentation)
(#9419) Expected indentation of 8 spaces (indentation)
(#9421) Expected indentation of 4 spaces (indentation)
(#9423) Expected indentation of 4 spaces (indentation)
(#9422) Expected indentation of 8 spaces (indentation)
(#9426) Expected indentation of 4 spaces (indentation)
(#9429) Expected indentation of 4 spaces (indentation)
(#9427) Expected indentation of 4 spaces (indentation)
(#9428) Expected indentation of 8 spaces (indentation)
(#9430) Expected indentation of 4 spaces (indentation)
(#9433) Expected indentation of 4 spaces (indentation)
(#9431) Expected indentation of 8 spaces (indentation)
(#9432) Expected indentation of 8 spaces (indentation)
(#9436) Expected indentation of 4 spaces (indentation)
(#9439) Expected indentation of 4 spaces (indentation)
(#9441) Expected indentation of 4 spaces (indentation)
(#9440) Expected indentation of 8 spaces (indentation)
(#9444) Expected indentation of 4 spaces (indentation)
(#9447) Expected indentation of 4 spaces (indentation)
(#9445) Expected indentation of 8 spaces (indentation)
(#9446) Expected indentation of 8 spaces (indentation)
(#9450) Expected indentation of 4 spaces (indentation)
(#9453) Expected indentation of 4 spaces (indentation)
(#9451) Expected indentation of 8 spaces (indentation)
(#9452) Expected indentation of 8 spaces (indentation)
(#9456) Expected indentation of 4 spaces (indentation)
(#9459) Expected indentation of 4 spaces (indentation)
(#9457) Expected indentation of 8 spaces (indentation)
(#9458) Expected indentation of 8 spaces (indentation)
(#9462) Expected indentation of 4 spaces (indentation)
(#9465) Expected indentation of 4 spaces (indentation)
(#9463) Expected indentation of 8 spaces (indentation)
(#9464) Expected indentation of 8 spaces (indentation)
(#9468) Expected indentation of 4 spaces (indentation)
(#9471) Expected indentation of 4 spaces (indentation)
(#9474) Expected indentation of 4 spaces (indentation)
(#9475) Expected indentation of 4 spaces (indentation)
(#9478) Expected indentation of 4 spaces (indentation)
(#9479) Expected indentation of 4 spaces (indentation)
(#9480) Expected indentation of 4 spaces (indentation)
(#9481) Expected indentation of 4 spaces (indentation)
(#9482) Expected indentation of 4 spaces (indentation)
(#9483) Expected indentation of 4 spaces (indentation)
(#9484) Expected indentation of 4 spaces (indentation)
(#9485) Expected indentation of 4 spaces (indentation)
(#9486) Expected indentation of 4 spaces (indentation)
(#9487) Expected indentation of 4 spaces (indentation)
(#9488) Expected indentation of 4 spaces (indentation)
(#9489) Expected indentation of 4 spaces (indentation)
(#9492) Expected indentation of 4 spaces (indentation)
(#9493) Expected indentation of 4 spaces (indentation)
(#9494) Expected indentation of 4 spaces (indentation)
(#9497) Expected indentation of 4 spaces (indentation)
(#9500) Expected indentation of 4 spaces (indentation)
(#9501) Expected indentation of 4 spaces (indentation)
(#9502) Expected indentation of 4 spaces (indentation)
(#9503) Expected indentation of 4 spaces (indentation)
(#9504) Expected indentation of 4 spaces (indentation)
(#9505) Expected indentation of 4 spaces (indentation)
(#9506) Expected indentation of 4 spaces (indentation)
(#9507) Expected indentation of 4 spaces (indentation)
(#9508) Expected indentation of 4 spaces (indentation)
(#9511) Expected indentation of 4 spaces (indentation)
(#9514) Expected indentation of 4 spaces (indentation)
(#9515) Expected indentation of 4 spaces (indentation)
(#9516) Expected indentation of 4 spaces (indentation)
(#9517) Expected indentation of 4 spaces (indentation)
(#9518) Expected indentation of 4 spaces (indentation)
(#9521) Expected indentation of 4 spaces (indentation)
(#9524) Expected indentation of 4 spaces (indentation)
(#9525) Expected indentation of 4 spaces (indentation)
(#9526) Expected indentation of 4 spaces (indentation)
(#9529) Expected indentation of 4 spaces (indentation)
(#9530) Expected indentation of 4 spaces (indentation)
(#9531) Expected indentation of 4 spaces (indentation)
(#9534) Expected indentation of 4 spaces (indentation)
(#9535) Expected indentation of 4 spaces (indentation)
(#9536) Expected indentation of 4 spaces (indentation)
(#9539) Expected indentation of 4 spaces (indentation)
(#9542) Expected indentation of 4 spaces (indentation)
(#9543) Expected indentation of 4 spaces (indentation)
(#9544) Expected indentation of 4 spaces (indentation)
(#9545) Expected indentation of 4 spaces (indentation)
(#9546) Expected indentation of 4 spaces (indentation)
(#9547) Expected indentation of 4 spaces (indentation)
(#9548) Expected indentation of 4 spaces (indentation)
(#9551) Expected indentation of 4 spaces (indentation)
(#9554) Expected indentation of 4 spaces (indentation)
(#9557) Expected indentation of 4 spaces (indentation)
(#9560) Expected indentation of 4 spaces (indentation)
(#9561) Expected indentation of 4 spaces (indentation)
(#9562) Expected indentation of 4 spaces (indentation)
(#9563) Expected indentation of 4 spaces (indentation)
(#9564) Expected indentation of 4 spaces (indentation)
(#9565) Expected indentation of 4 spaces (indentation)
(#9566) Expected indentation of 4 spaces (indentation)
(#9569) Expected indentation of 4 spaces (indentation)
(#9572) Expected indentation of 4 spaces (indentation)
(#9573) Expected indentation of 4 spaces (indentation)
(#9574) Expected indentation of 4 spaces (indentation)
(#9575) Expected indentation of 4 spaces (indentation)
(#9576) Expected indentation of 4 spaces (indentation)
(#9579) Expected indentation of 4 spaces (indentation)
(#9580) Expected indentation of 4 spaces (indentation)
(#9581) Expected indentation of 4 spaces (indentation)
(#9582) Expected indentation of 4 spaces (indentation)
(#9585) Expected indentation of 4 spaces (indentation)
(#9586) Expected indentation of 4 spaces (indentation)
(#9589) Expected indentation of 4 spaces (indentation)
(#9590) Expected indentation of 4 spaces (indentation)
(#9591) Expected indentation of 4 spaces (indentation)
(#9594) Expected indentation of 4 spaces (indentation)
(#9595) Expected indentation of 4 spaces (indentation)
(#9598) Expected indentation of 4 spaces (indentation)
(#9599) Expected indentation of 4 spaces (indentation)
(#9600) Expected indentation of 4 spaces (indentation)
(#9603) Expected indentation of 4 spaces (indentation)
(#9606) Expected indentation of 4 spaces (indentation)
(#9609) Expected indentation of 4 spaces (indentation)
(#9613) Expected indentation of 4 spaces (indentation)
(#9614) Expected indentation of 4 spaces (indentation)
(#9615) Expected indentation of 4 spaces (indentation)
(#9616) Expected indentation of 4 spaces (indentation)
(#9617) Expected indentation of 4 spaces (indentation)
(#9618) Expected indentation of 4 spaces (indentation)
(#9619) Expected indentation of 4 spaces (indentation)
(#9620) Expected indentation of 4 spaces (indentation)
(#9621) Expected indentation of 4 spaces (indentation)
(#9622) Expected indentation of 4 spaces (indentation)
(#9623) Expected indentation of 4 spaces (indentation)
(#9624) Expected indentation of 4 spaces (indentation)
(#9625) Expected indentation of 4 spaces (indentation)
(#9626) Expected indentation of 4 spaces (indentation)
(#9627) Expected indentation of 4 spaces (indentation)
(#9628) Expected indentation of 4 spaces (indentation)
(#9629) Expected indentation of 4 spaces (indentation)
(#9630) Expected indentation of 4 spaces (indentation)
(#9631) Expected indentation of 4 spaces (indentation)
(#9632) Expected indentation of 4 spaces (indentation)
(#9633) Expected indentation of 4 spaces (indentation)
(#9634) Expected indentation of 4 spaces (indentation)
(#9638) Expected indentation of 4 spaces (indentation)
(#9639) Expected indentation of 4 spaces (indentation)
(#9643) Expected indentation of 4 spaces (indentation)
(#9644) Expected indentation of 4 spaces (indentation)
(#9645) Expected indentation of 4 spaces (indentation)
(#9649) Expected indentation of 4 spaces (indentation)
(#9650) Expected indentation of 4 spaces (indentation)
(#9654) Expected indentation of 4 spaces (indentation)
(#9655) Expected indentation of 4 spaces (indentation)
(#9656) Expected indentation of 4 spaces (indentation)
(#9657) Expected indentation of 4 spaces (indentation)
(#9661) Expected indentation of 4 spaces (indentation)
(#9662) Expected indentation of 4 spaces (indentation)
(#9663) Expected indentation of 4 spaces (indentation)
(#9664) Expected indentation of 4 spaces (indentation)
(#9668) Expected indentation of 4 spaces (indentation)
(#9672) Expected indentation of 4 spaces (indentation)
(#9673) Expected indentation of 4 spaces (indentation)
(#9677) Expected indentation of 4 spaces (indentation)
(#9681) Expected indentation of 4 spaces (indentation)
(#9684) Expected indentation of 4 spaces (indentation)
(#9685) Expected indentation of 4 spaces (indentation)
(#9686) Expected indentation of 4 spaces (indentation)
(#9689) Expected indentation of 4 spaces (indentation)
(#9692) Expected indentation of 4 spaces (indentation)
(#9693) Expected indentation of 4 spaces (indentation)
(#9694) Expected indentation of 4 spaces (indentation)
(#9697) Expected indentation of 4 spaces (indentation)
(#9700) Expected indentation of 4 spaces (indentation)
(#9701) Expected indentation of 4 spaces (indentation)
(#9702) Expected indentation of 4 spaces (indentation)
(#9703) Expected indentation of 4 spaces (indentation)
(#9704) Expected indentation of 4 spaces (indentation)
(#9705) Expected indentation of 4 spaces (indentation)
(#9708) Expected indentation of 4 spaces (indentation)
(#9711) Expected indentation of 4 spaces (indentation)
(#9714) Expected indentation of 4 spaces (indentation)
(#9715) Expected indentation of 4 spaces (indentation)
(#9716) Expected indentation of 4 spaces (indentation)
(#9717) Expected indentation of 4 spaces (indentation)
(#9720) Expected indentation of 4 spaces (indentation)
(#9723) Expected indentation of 4 spaces (indentation)
(#9724) Expected indentation of 4 spaces (indentation)
(#9725) Expected indentation of 4 spaces (indentation)
(#9726) Expected indentation of 4 spaces (indentation)
(#9727) Expected indentation of 4 spaces (indentation)
(#9728) Expected indentation of 4 spaces (indentation)
(#9729) Expected indentation of 4 spaces (indentation)
(#9730) Expected indentation of 4 spaces (indentation)
(#9731) Expected indentation of 4 spaces (indentation)
(#9732) Expected indentation of 4 spaces (indentation)
(#9733) Expected indentation of 4 spaces (indentation)
(#9734) Expected indentation of 4 spaces (indentation)
(#9735) Expected indentation of 4 spaces (indentation)
(#9736) Expected indentation of 4 spaces (indentation)
(#9739) Expected indentation of 4 spaces (indentation)
(#9740) Expected indentation of 4 spaces (indentation)
(#9741) Expected indentation of 4 spaces (indentation)
(#9742) Expected indentation of 4 spaces (indentation)
(#9743) Expected indentation of 4 spaces (indentation)
(#9744) Expected indentation of 4 spaces (indentation)
(#9745) Expected indentation of 4 spaces (indentation)
(#9746) Expected indentation of 4 spaces (indentation)
(#9747) Expected indentation of 4 spaces (indentation)
(#9748) Expected indentation of 4 spaces (indentation)
(#9749) Expected indentation of 4 spaces (indentation)
(#9750) Expected indentation of 4 spaces (indentation)
(#9751) Expected indentation of 4 spaces (indentation)
(#9754) Expected indentation of 4 spaces (indentation)
(#9755) Expected indentation of 4 spaces (indentation)
(#9758) Expected indentation of 4 spaces (indentation)
(#9759) Expected indentation of 4 spaces (indentation)
(#9762) Expected indentation of 4 spaces (indentation)
(#9763) Expected indentation of 4 spaces (indentation)
(#9764) Expected indentation of 4 spaces (indentation)
(#9767) Expected indentation of 4 spaces (indentation)
(#9768) Expected indentation of 4 spaces (indentation)
(#9769) Expected indentation of 4 spaces (indentation)
(#9770) Expected indentation of 4 spaces (indentation)
(#9771) Expected indentation of 4 spaces (indentation)
(#9772) Expected indentation of 4 spaces (indentation)
(#9775) Expected indentation of 4 spaces (indentation)
(#9776) Expected indentation of 4 spaces (indentation)
(#9777) Expected indentation of 4 spaces (indentation)
(#9778) Expected indentation of 4 spaces (indentation)
(#9779) Expected indentation of 4 spaces (indentation)
(#9780) Expected indentation of 4 spaces (indentation)
(#9783) Expected indentation of 4 spaces (indentation)
(#9784) Expected indentation of 4 spaces (indentation)
(#9787) Expected indentation of 4 spaces (indentation)
(#9788) Expected indentation of 4 spaces (indentation)
(#9791) Expected indentation of 4 spaces (indentation)
(#9792) Expected indentation of 4 spaces (indentation)
(#9793) Expected indentation of 4 spaces (indentation)
(#9794) Expected indentation of 4 spaces (indentation)
(#9795) Expected indentation of 4 spaces (indentation)
(#9796) Expected indentation of 4 spaces (indentation)
(#9797) Expected indentation of 4 spaces (indentation)
(#9798) Expected indentation of 4 spaces (indentation)
(#9801) Expected indentation of 4 spaces (indentation)
(#9804) Expected indentation of 4 spaces (indentation)
(#9807) Expected indentation of 4 spaces (indentation)
(#9810) Expected indentation of 4 spaces (indentation)
(#9813) Expected indentation of 4 spaces (indentation)
(#9815) Expected indentation of 4 spaces (indentation)
(#9814) Expected indentation of 8 spaces (indentation)
(#9818) Expected indentation of 4 spaces (indentation)
(#9820) Expected indentation of 4 spaces (indentation)
(#9819) Expected indentation of 8 spaces (indentation)
(#9823) Expected indentation of 4 spaces (indentation)
(#9825) Expected indentation of 4 spaces (indentation)
(#9824) Expected indentation of 8 spaces (indentation)
(#9828) Expected indentation of 4 spaces (indentation)
(#9829) Expected indentation of 4 spaces (indentation)
(#9832) Expected indentation of 4 spaces (indentation)
(#9833) Expected indentation of 4 spaces (indentation)
(#9834) Expected indentation of 4 spaces (indentation)
(#9835) Expected indentation of 4 spaces (indentation)
(#9836) Expected indentation of 4 spaces (indentation)
(#9837) Expected indentation of 4 spaces (indentation)
(#9840) Expected indentation of 4 spaces (indentation)
(#9841) Expected indentation of 4 spaces (indentation)
(#9844) Expected indentation of 4 spaces (indentation)
(#9847) Expected indentation of 4 spaces (indentation)
(#9848) Expected indentation of 4 spaces (indentation)
(#9851) Expected indentation of 4 spaces (indentation)
(#9854) Expected indentation of 4 spaces (indentation)
(#9855) Expected indentation of 4 spaces (indentation)
(#9858) Expected indentation of 4 spaces (indentation)
(#9861) Expected indentation of 4 spaces (indentation)
(#9862) Expected indentation of 4 spaces (indentation)
(#9865) Expected indentation of 4 spaces (indentation)
(#9868) Expected indentation of 4 spaces (indentation)
(#9871) Expected indentation of 4 spaces (indentation)
(#9872) Expected indentation of 4 spaces (indentation)
(#9873) Expected indentation of 4 spaces (indentation)
(#9874) Expected indentation of 4 spaces (indentation)
(#9875) Expected indentation of 4 spaces (indentation)
(#9876) Expected indentation of 4 spaces (indentation)
(#9877) Expected indentation of 4 spaces (indentation)
(#9880) Expected indentation of 4 spaces (indentation)
(#9881) Expected indentation of 4 spaces (indentation)
(#9882) Expected indentation of 4 spaces (indentation)
(#9885) Expected indentation of 4 spaces (indentation)
(#9888) Expected indentation of 4 spaces (indentation)
(#9891) Expected indentation of 4 spaces (indentation)
(#9894) Expected indentation of 4 spaces (indentation)
(#9897) Expected indentation of 4 spaces (indentation)
(#9899) Expected indentation of 4 spaces (indentation)
(#9898) Expected indentation of 8 spaces (indentation)
(#9902) Expected indentation of 4 spaces (indentation)
(#9904) Expected indentation of 4 spaces (indentation)
(#9903) Expected indentation of 8 spaces (indentation)
(#9905) Expected indentation of 4 spaces (indentation)
(#9907) Expected indentation of 4 spaces (indentation)
(#9906) Expected indentation of 8 spaces (indentation)
(#9910) Expected indentation of 4 spaces (indentation)
(#9912) Expected indentation of 4 spaces (indentation)
(#9911) Expected indentation of 8 spaces (indentation)
(#9915) Expected indentation of 4 spaces (indentation)
(#9916) Expected indentation of 4 spaces (indentation)
(#9917) Expected indentation of 4 spaces (indentation)
(#9918) Expected indentation of 4 spaces (indentation)
(#9919) Expected indentation of 4 spaces (indentation)
(#9920) Expected indentation of 4 spaces (indentation)
(#9921) Expected indentation of 4 spaces (indentation)
(#9922) Expected indentation of 4 spaces (indentation)
(#9925) Expected indentation of 4 spaces (indentation)
(#9928) Expected indentation of 4 spaces (indentation)
(#9929) Expected indentation of 4 spaces (indentation)
(#9930) Expected indentation of 4 spaces (indentation)
(#9931) Expected indentation of 4 spaces (indentation)
(#9932) Expected indentation of 4 spaces (indentation)
(#9933) Expected indentation of 4 spaces (indentation)
(#9934) Expected indentation of 4 spaces (indentation)
(#9935) Expected indentation of 4 spaces (indentation)
(#9936) Expected indentation of 4 spaces (indentation)
(#9937) Expected indentation of 4 spaces (indentation)
(#9938) Expected indentation of 4 spaces (indentation)
(#9939) Expected indentation of 4 spaces (indentation)
(#9940) Expected indentation of 4 spaces (indentation)
(#9941) Expected indentation of 4 spaces (indentation)
(#9942) Expected indentation of 4 spaces (indentation)
(#9943) Expected indentation of 4 spaces (indentation)
(#9944) Expected indentation of 4 spaces (indentation)
(#9945) Expected indentation of 4 spaces (indentation)
(#9948) Expected indentation of 4 spaces (indentation)
(#9951) Expected indentation of 4 spaces (indentation)
(#9949) Expected indentation of 8 spaces (indentation)
(#9950) Expected indentation of 8 spaces (indentation)
(#9955) Expected indentation of 4 spaces (indentation)
(#9956) Expected indentation of 4 spaces (indentation)
(#9960) Expected indentation of 4 spaces (indentation)
(#9961) Expected indentation of 4 spaces (indentation)
(#9965) Expected indentation of 4 spaces (indentation)
(#9966) Expected indentation of 4 spaces (indentation)
(#9970) Expected indentation of 4 spaces (indentation)
(#9974) Expected indentation of 4 spaces (indentation)
(#9977) Expected indentation of 4 spaces (indentation)
(#9980) Expected indentation of 4 spaces (indentation)
(#9983) Expected indentation of 4 spaces (indentation)
(#9986) Expected indentation of 4 spaces (indentation)
(#9987) Expected indentation of 4 spaces (indentation)
(#9988) Expected indentation of 4 spaces (indentation)
(#9993) Expected indentation of 4 spaces (indentation)
(#9998) Expected indentation of 4 spaces (indentation)
(#10002) Expected indentation of 4 spaces (indentation)
(#10006) Expected indentation of 4 spaces (indentation)
(#10007) Expected indentation of 4 spaces (indentation)
(#10008) Expected indentation of 4 spaces (indentation)
(#10009) Expected indentation of 4 spaces (indentation)
(#10013) Expected indentation of 4 spaces (indentation)
(#10017) Expected indentation of 4 spaces (indentation)
(#10021) Expected indentation of 4 spaces (indentation)
(#10027) Expected indentation of 4 spaces (indentation)
(#10033) Expected indentation of 4 spaces (indentation)
(#10034) Expected indentation of 4 spaces (indentation)
(#10035) Expected indentation of 4 spaces (indentation)
(#10041) Expected indentation of 4 spaces (indentation)
(#10047) Expected indentation of 4 spaces (indentation)
(#10050) Expected indentation of 4 spaces (indentation)
(#10053) Expected indentation of 4 spaces (indentation)
(#10056) Expected indentation of 4 spaces (indentation)
(#10057) Expected indentation of 4 spaces (indentation)
(#10058) Expected indentation of 4 spaces (indentation)
(#10059) Expected indentation of 4 spaces (indentation)
(#10062) Expected indentation of 4 spaces (indentation)
(#10063) Expected indentation of 4 spaces (indentation)
(#10066) Expected indentation of 4 spaces (indentation)
(#10069) Expected indentation of 4 spaces (indentation)
(#10070) Expected indentation of 4 spaces (indentation)
(#10073) Expected indentation of 4 spaces (indentation)
(#10074) Expected indentation of 4 spaces (indentation)
(#10075) Expected indentation of 4 spaces (indentation)
(#10078) Expected indentation of 4 spaces (indentation)
(#10079) Expected indentation of 4 spaces (indentation)
(#10080) Expected indentation of 4 spaces (indentation)
(#10081) Expected indentation of 4 spaces (indentation)
(#10082) Expected indentation of 4 spaces (indentation)
(#10083) Expected indentation of 4 spaces (indentation)
(#10084) Expected indentation of 4 spaces (indentation)
(#10085) Expected indentation of 4 spaces (indentation)
(#10088) Expected indentation of 4 spaces (indentation)
(#10089) Expected indentation of 4 spaces (indentation)
(#10090) Expected indentation of 4 spaces (indentation)
(#10091) Expected indentation of 4 spaces (indentation)
(#10092) Expected indentation of 4 spaces (indentation)
(#10093) Expected indentation of 4 spaces (indentation)
(#10094) Expected indentation of 4 spaces (indentation)
(#10095) Expected indentation of 4 spaces (indentation)
(#10096) Expected indentation of 4 spaces (indentation)
(#10097) Expected indentation of 4 spaces (indentation)
(#10098) Expected indentation of 4 spaces (indentation)
(#10099) Expected indentation of 4 spaces (indentation)
(#10100) Expected indentation of 4 spaces (indentation)
(#10101) Expected indentation of 4 spaces (indentation)
(#10102) Expected indentation of 4 spaces (indentation)
(#10103) Expected indentation of 4 spaces (indentation)
(#10106) Expected indentation of 4 spaces (indentation)
(#10107) Expected indentation of 4 spaces (indentation)
(#10110) Expected indentation of 4 spaces (indentation)
(#10113) Expected indentation of 4 spaces (indentation)
(#10114) Expected indentation of 4 spaces (indentation)
(#10115) Expected indentation of 4 spaces (indentation)
(#10116) Expected indentation of 4 spaces (indentation)
(#10117) Expected indentation of 4 spaces (indentation)
(#10118) Expected indentation of 4 spaces (indentation)
(#10119) Expected indentation of 4 spaces (indentation)
(#10120) Expected indentation of 4 spaces (indentation)
(#10121) Expected indentation of 4 spaces (indentation)
(#10124) Expected indentation of 4 spaces (indentation)
(#10125) Expected indentation of 4 spaces (indentation)
(#10126) Expected indentation of 4 spaces (indentation)
(#10127) Expected indentation of 4 spaces (indentation)
(#10128) Expected indentation of 4 spaces (indentation)
(#10129) Expected indentation of 4 spaces (indentation)
(#10130) Expected indentation of 4 spaces (indentation)
(#10133) Expected indentation of 4 spaces (indentation)
(#10135) Expected indentation of 4 spaces (indentation)
(#10134) Expected indentation of 8 spaces (indentation)
(#10138) Expected indentation of 4 spaces (indentation)
(#10141) Expected indentation of 4 spaces (indentation)
(#10144) Expected indentation of 4 spaces (indentation)
(#10145) Expected indentation of 4 spaces (indentation)
(#10148) Expected indentation of 4 spaces (indentation)
(#10152) Expected indentation of 4 spaces (indentation)
(#10155) Expected indentation of 4 spaces (indentation)
(#10158) Expected indentation of 4 spaces (indentation)
(#10159) Expected indentation of 4 spaces (indentation)
(#10160) Expected indentation of 4 spaces (indentation)
(#10161) Expected indentation of 4 spaces (indentation)
(#10162) Expected indentation of 4 spaces (indentation)
(#10163) Expected indentation of 4 spaces (indentation)
(#10164) Expected indentation of 4 spaces (indentation)
(#10165) Expected indentation of 4 spaces (indentation)
(#10166) Expected indentation of 4 spaces (indentation)
(#10167) Expected indentation of 4 spaces (indentation)
(#10170) Expected indentation of 4 spaces (indentation)
(#10173) Expected indentation of 4 spaces (indentation)
(#10174) Expected indentation of 4 spaces (indentation)
(#10178) Expected indentation of 4 spaces (indentation)
(#10181) Expected indentation of 4 spaces (indentation)
(#10182) Expected indentation of 4 spaces (indentation)
(#10185) Expected indentation of 4 spaces (indentation)
(#10188) Expected indentation of 4 spaces (indentation)
(#10189) Expected indentation of 4 spaces (indentation)
(#10192) Expected indentation of 4 spaces (indentation)
(#10193) Expected indentation of 4 spaces (indentation)
(#10196) Expected indentation of 4 spaces (indentation)
(#10200) Expected indentation of 4 spaces (indentation)
(#10205) Expected indentation of 4 spaces (indentation)
(#10206) Expected indentation of 4 spaces (indentation)
(#10207) Expected indentation of 4 spaces (indentation)
(#10208) Expected indentation of 4 spaces (indentation)
(#10209) Expected indentation of 4 spaces (indentation)
(#10210) Expected indentation of 4 spaces (indentation)
(#10211) Expected indentation of 4 spaces (indentation)
(#10216) Expected indentation of 4 spaces (indentation)
(#10217) Expected indentation of 4 spaces (indentation)
(#10218) Expected indentation of 4 spaces (indentation)
(#10219) Expected indentation of 4 spaces (indentation)
(#10220) Expected indentation of 4 spaces (indentation)
(#10226) Expected indentation of 4 spaces (indentation)
(#10231) Expected indentation of 4 spaces (indentation)
(#10232) Expected indentation of 4 spaces (indentation)
(#10233) Expected indentation of 4 spaces (indentation)
(#10234) Expected indentation of 4 spaces (indentation)
(#10235) Expected indentation of 4 spaces (indentation)
(#10239) Expected indentation of 4 spaces (indentation)
(#10243) Expected indentation of 4 spaces (indentation)
(#10247) Expected indentation of 4 spaces (indentation)
(#10250) Expected indentation of 4 spaces (indentation)
(#10254) Expected indentation of 4 spaces (indentation)
(#10251) Expected indentation of 4 spaces (indentation)
(#10252) Expected indentation of 8 spaces (indentation)
(#10253) Expected indentation of 8 spaces (indentation)
(#10260) Expected indentation of 4 spaces (indentation)
(#10263) Expected indentation of 4 spaces (indentation)
(#10270) Expected indentation of 4 spaces (indentation)
(#10264) Expected indentation of 8 spaces (indentation)
(#10265) Expected indentation of 8 spaces (indentation)
(#10266) Expected indentation of 8 spaces (indentation)
(#10267) Expected indentation of 8 spaces (indentation)
(#10268) Expected indentation of 8 spaces (indentation)
(#10269) Expected indentation of 8 spaces (indentation)
(#10271) Expected indentation of 4 spaces (indentation)
(#10278) Expected indentation of 4 spaces (indentation)
(#10272) Expected indentation of 8 spaces (indentation)
(#10273) Expected indentation of 8 spaces (indentation)
(#10274) Expected indentation of 8 spaces (indentation)
(#10275) Expected indentation of 8 spaces (indentation)
(#10276) Expected indentation of 8 spaces (indentation)
(#10277) Expected indentation of 8 spaces (indentation)
(#10279) Expected indentation of 4 spaces (indentation)
(#10286) Expected indentation of 4 spaces (indentation)
(#10280) Expected indentation of 8 spaces (indentation)
(#10281) Expected indentation of 8 spaces (indentation)
(#10282) Expected indentation of 8 spaces (indentation)
(#10283) Expected indentation of 8 spaces (indentation)
(#10284) Expected indentation of 8 spaces (indentation)
(#10285) Expected indentation of 8 spaces (indentation)
(#10289) Expected indentation of 4 spaces (indentation)
(#10296) Expected indentation of 4 spaces (indentation)
(#10290) Expected indentation of 8 spaces (indentation)
(#10291) Expected indentation of 8 spaces (indentation)
(#10292) Expected indentation of 8 spaces (indentation)
(#10293) Expected indentation of 8 spaces (indentation)
(#10294) Expected indentation of 8 spaces (indentation)
(#10295) Expected indentation of 8 spaces (indentation)
(#10297) Expected indentation of 4 spaces (indentation)
(#10304) Expected indentation of 4 spaces (indentation)
(#10298) Expected indentation of 8 spaces (indentation)
(#10299) Expected indentation of 8 spaces (indentation)
(#10300) Expected indentation of 8 spaces (indentation)
(#10301) Expected indentation of 8 spaces (indentation)
(#10302) Expected indentation of 8 spaces (indentation)
(#10303) Expected indentation of 8 spaces (indentation)
(#10305) Expected indentation of 4 spaces (indentation)
(#10312) Expected indentation of 4 spaces (indentation)
(#10306) Expected indentation of 8 spaces (indentation)
(#10307) Expected indentation of 8 spaces (indentation)
(#10308) Expected indentation of 8 spaces (indentation)
(#10309) Expected indentation of 8 spaces (indentation)
(#10310) Expected indentation of 8 spaces (indentation)
(#10311) Expected indentation of 8 spaces (indentation)
(#10315) Expected indentation of 4 spaces (indentation)
(#10322) Expected indentation of 4 spaces (indentation)
(#10316) Expected indentation of 8 spaces (indentation)
(#10317) Expected indentation of 8 spaces (indentation)
(#10318) Expected indentation of 8 spaces (indentation)
(#10319) Expected indentation of 8 spaces (indentation)
(#10320) Expected indentation of 8 spaces (indentation)
(#10321) Expected indentation of 8 spaces (indentation)
(#10323) Expected indentation of 4 spaces (indentation)
(#10330) Expected indentation of 4 spaces (indentation)
(#10324) Expected indentation of 8 spaces (indentation)
(#10325) Expected indentation of 8 spaces (indentation)
(#10326) Expected indentation of 8 spaces (indentation)
(#10327) Expected indentation of 8 spaces (indentation)
(#10328) Expected indentation of 8 spaces (indentation)
(#10329) Expected indentation of 8 spaces (indentation)
(#10331) Expected indentation of 4 spaces (indentation)
(#10338) Expected indentation of 4 spaces (indentation)
(#10332) Expected indentation of 8 spaces (indentation)
(#10333) Expected indentation of 8 spaces (indentation)
(#10334) Expected indentation of 8 spaces (indentation)
(#10335) Expected indentation of 8 spaces (indentation)
(#10336) Expected indentation of 8 spaces (indentation)
(#10337) Expected indentation of 8 spaces (indentation)
(#10341) Expected indentation of 4 spaces (indentation)
(#10348) Expected indentation of 4 spaces (indentation)
(#10342) Expected indentation of 8 spaces (indentation)
(#10343) Expected indentation of 8 spaces (indentation)
(#10344) Expected indentation of 8 spaces (indentation)
(#10345) Expected indentation of 8 spaces (indentation)
(#10346) Expected indentation of 8 spaces (indentation)
(#10347) Expected indentation of 8 spaces (indentation)
(#10349) Expected indentation of 4 spaces (indentation)
(#10356) Expected indentation of 4 spaces (indentation)
(#10350) Expected indentation of 8 spaces (indentation)
(#10351) Expected indentation of 8 spaces (indentation)
(#10352) Expected indentation of 8 spaces (indentation)
(#10353) Expected indentation of 8 spaces (indentation)
(#10354) Expected indentation of 8 spaces (indentation)
(#10355) Expected indentation of 8 spaces (indentation)
(#10359) Expected indentation of 4 spaces (indentation)
(#10366) Expected indentation of 4 spaces (indentation)
(#10360) Expected indentation of 8 spaces (indentation)
(#10361) Expected indentation of 8 spaces (indentation)
(#10362) Expected indentation of 8 spaces (indentation)
(#10363) Expected indentation of 8 spaces (indentation)
(#10364) Expected indentation of 8 spaces (indentation)
(#10365) Expected indentation of 8 spaces (indentation)
(#10367) Expected indentation of 4 spaces (indentation)
(#10374) Expected indentation of 4 spaces (indentation)
(#10368) Expected indentation of 8 spaces (indentation)
(#10369) Expected indentation of 8 spaces (indentation)
(#10370) Expected indentation of 8 spaces (indentation)
(#10371) Expected indentation of 8 spaces (indentation)
(#10372) Expected indentation of 8 spaces (indentation)
(#10373) Expected indentation of 8 spaces (indentation)
(#10377) Expected indentation of 4 spaces (indentation)
(#10384) Expected indentation of 4 spaces (indentation)
(#10378) Expected indentation of 8 spaces (indentation)
(#10379) Expected indentation of 8 spaces (indentation)
(#10380) Expected indentation of 8 spaces (indentation)
(#10381) Expected indentation of 8 spaces (indentation)
(#10382) Expected indentation of 8 spaces (indentation)
(#10383) Expected indentation of 8 spaces (indentation)
(#10385) Expected indentation of 4 spaces (indentation)
(#10392) Expected indentation of 4 spaces (indentation)
(#10386) Expected indentation of 8 spaces (indentation)
(#10387) Expected indentation of 8 spaces (indentation)
(#10388) Expected indentation of 8 spaces (indentation)
(#10389) Expected indentation of 8 spaces (indentation)
(#10390) Expected indentation of 8 spaces (indentation)
(#10391) Expected indentation of 8 spaces (indentation)
(#10395) Expected indentation of 4 spaces (indentation)
(#10401) Expected indentation of 4 spaces (indentation)
(#10396) Expected indentation of 8 spaces (indentation)
(#10397) Expected indentation of 8 spaces (indentation)
(#10398) Expected indentation of 8 spaces (indentation)
(#10399) Expected indentation of 8 spaces (indentation)
(#10400) Expected indentation of 8 spaces (indentation)
(#10402) Expected indentation of 4 spaces (indentation)
(#10408) Expected indentation of 4 spaces (indentation)
(#10403) Expected indentation of 8 spaces (indentation)
(#10404) Expected indentation of 8 spaces (indentation)
(#10405) Expected indentation of 8 spaces (indentation)
(#10406) Expected indentation of 8 spaces (indentation)
(#10407) Expected indentation of 8 spaces (indentation)
(#10409) Expected indentation of 4 spaces (indentation)
(#10415) Expected indentation of 4 spaces (indentation)
(#10410) Expected indentation of 8 spaces (indentation)
(#10411) Expected indentation of 8 spaces (indentation)
(#10412) Expected indentation of 8 spaces (indentation)
(#10413) Expected indentation of 8 spaces (indentation)
(#10414) Expected indentation of 8 spaces (indentation)
(#10418) Expected indentation of 4 spaces (indentation)
(#10424) Expected indentation of 4 spaces (indentation)
(#10419) Expected indentation of 8 spaces (indentation)
(#10420) Expected indentation of 8 spaces (indentation)
(#10421) Expected indentation of 8 spaces (indentation)
(#10422) Expected indentation of 8 spaces (indentation)
(#10423) Expected indentation of 8 spaces (indentation)
(#10425) Expected indentation of 4 spaces (indentation)
(#10431) Expected indentation of 4 spaces (indentation)
(#10426) Expected indentation of 8 spaces (indentation)
(#10427) Expected indentation of 8 spaces (indentation)
(#10428) Expected indentation of 8 spaces (indentation)
(#10429) Expected indentation of 8 spaces (indentation)
(#10430) Expected indentation of 8 spaces (indentation)
(#10432) Expected indentation of 4 spaces (indentation)
(#10438) Expected indentation of 4 spaces (indentation)
(#10433) Expected indentation of 8 spaces (indentation)
(#10434) Expected indentation of 8 spaces (indentation)
(#10435) Expected indentation of 8 spaces (indentation)
(#10436) Expected indentation of 8 spaces (indentation)
(#10437) Expected indentation of 8 spaces (indentation)
(#10441) Expected indentation of 4 spaces (indentation)
(#10447) Expected indentation of 4 spaces (indentation)
(#10442) Expected indentation of 8 spaces (indentation)
(#10443) Expected indentation of 8 spaces (indentation)
(#10444) Expected indentation of 8 spaces (indentation)
(#10445) Expected indentation of 8 spaces (indentation)
(#10446) Expected indentation of 8 spaces (indentation)
(#10448) Expected indentation of 4 spaces (indentation)
(#10454) Expected indentation of 4 spaces (indentation)
(#10449) Expected indentation of 8 spaces (indentation)
(#10450) Expected indentation of 8 spaces (indentation)
(#10451) Expected indentation of 8 spaces (indentation)
(#10452) Expected indentation of 8 spaces (indentation)
(#10453) Expected indentation of 8 spaces (indentation)
(#10455) Expected indentation of 4 spaces (indentation)
(#10461) Expected indentation of 4 spaces (indentation)
(#10456) Expected indentation of 8 spaces (indentation)
(#10457) Expected indentation of 8 spaces (indentation)
(#10458) Expected indentation of 8 spaces (indentation)
(#10459) Expected indentation of 8 spaces (indentation)
(#10460) Expected indentation of 8 spaces (indentation)
(#10464) Expected indentation of 4 spaces (indentation)
(#10467) Expected indentation of 4 spaces (indentation)
(#10468) Expected indentation of 4 spaces (indentation)
(#10471) Expected indentation of 4 spaces (indentation)
(#10474) Expected indentation of 4 spaces (indentation)
(#10477) Expected indentation of 4 spaces (indentation)
(#10480) Expected indentation of 4 spaces (indentation)
(#10483) Expected indentation of 4 spaces (indentation)
(#10486) Expected indentation of 4 spaces (indentation)
(#10489) Expected indentation of 4 spaces (indentation)
(#10490) Expected indentation of 4 spaces (indentation)
(#10491) Expected indentation of 4 spaces (indentation)
(#10492) Expected indentation of 4 spaces (indentation)
(#10493) Expected indentation of 4 spaces (indentation)
(#10496) Expected indentation of 4 spaces (indentation)
(#10497) Expected indentation of 4 spaces (indentation)
(#10498) Expected indentation of 4 spaces (indentation)
(#10499) Expected indentation of 4 spaces (indentation)
(#10502) Expected indentation of 4 spaces (indentation)
(#10503) Expected indentation of 4 spaces (indentation)
(#10504) Expected indentation of 4 spaces (indentation)
(#10505) Expected indentation of 4 spaces (indentation)
(#10506) Expected indentation of 4 spaces (indentation)
(#10509) Expected indentation of 4 spaces (indentation)
(#10512) Expected indentation of 4 spaces (indentation)
(#10515) Expected indentation of 4 spaces (indentation)
(#10516) Expected indentation of 4 spaces (indentation)
(#10517) Expected indentation of 4 spaces (indentation)
(#10520) Expected indentation of 4 spaces (indentation)
(#10523) Expected indentation of 4 spaces (indentation)
(#10526) Expected indentation of 4 spaces (indentation)
(#10527) Expected indentation of 4 spaces (indentation)
(#10528) Expected indentation of 4 spaces (indentation)
(#10529) Expected indentation of 4 spaces (indentation)
(#10530) Expected indentation of 4 spaces (indentation)
(#10533) Expected indentation of 4 spaces (indentation)
(#10534) Expected indentation of 4 spaces (indentation)
(#10535) Expected indentation of 4 spaces (indentation)
(#10536) Expected indentation of 4 spaces (indentation)
(#10537) Expected indentation of 4 spaces (indentation)
(#10540) Expected indentation of 4 spaces (indentation)
(#10543) Expected indentation of 4 spaces (indentation)
(#10546) Expected indentation of 4 spaces (indentation)
(#10547) Expected indentation of 4 spaces (indentation)
(#10548) Expected indentation of 4 spaces (indentation)
(#10549) Expected indentation of 4 spaces (indentation)
(#10550) Expected indentation of 4 spaces (indentation)
(#10551) Expected indentation of 4 spaces (indentation)
(#10552) Expected indentation of 4 spaces (indentation)
(#10553) Expected indentation of 4 spaces (indentation)
(#10554) Expected indentation of 4 spaces (indentation)
(#10555) Expected indentation of 4 spaces (indentation)
(#10556) Expected indentation of 4 spaces (indentation)
(#10557) Expected indentation of 4 spaces (indentation)
(#10560) Expected indentation of 4 spaces (indentation)
(#10561) Expected indentation of 4 spaces (indentation)
(#10564) Expected indentation of 4 spaces (indentation)
(#10567) Expected indentation of 4 spaces (indentation)
(#10568) Expected indentation of 4 spaces (indentation)
(#10571) Expected indentation of 4 spaces (indentation)
(#10572) Expected indentation of 4 spaces (indentation)
(#10575) Expected indentation of 4 spaces (indentation)
(#10578) Expected indentation of 4 spaces (indentation)
(#10579) Expected indentation of 4 spaces (indentation)
(#10580) Expected indentation of 4 spaces (indentation)
(#10583) Expected indentation of 4 spaces (indentation)
(#10584) Expected indentation of 4 spaces (indentation)
(#10585) Expected indentation of 4 spaces (indentation)
(#10586) Expected indentation of 4 spaces (indentation)
(#10587) Expected indentation of 4 spaces (indentation)
(#10588) Expected indentation of 4 spaces (indentation)
(#10589) Expected indentation of 4 spaces (indentation)
(#10592) Expected indentation of 4 spaces (indentation)
(#10593) Expected indentation of 4 spaces (indentation)
(#10594) Expected indentation of 4 spaces (indentation)
(#10595) Expected indentation of 4 spaces (indentation)
(#10596) Expected indentation of 4 spaces (indentation)
(#10597) Expected indentation of 4 spaces (indentation)
(#10598) Expected indentation of 4 spaces (indentation)
(#10601) Expected indentation of 4 spaces (indentation)
(#10604) Expected indentation of 4 spaces (indentation)
(#10605) Expected indentation of 4 spaces (indentation)
(#10606) Expected indentation of 4 spaces (indentation)
(#10607) Expected indentation of 4 spaces (indentation)
(#10608) Expected indentation of 4 spaces (indentation)
(#10611) Expected indentation of 4 spaces (indentation)
(#10612) Expected indentation of 4 spaces (indentation)
(#10615) Expected indentation of 4 spaces (indentation)
(#10616) Expected indentation of 4 spaces (indentation)
(#10617) Expected indentation of 4 spaces (indentation)
(#10618) Expected indentation of 4 spaces (indentation)
(#10619) Expected indentation of 4 spaces (indentation)
(#10620) Expected indentation of 4 spaces (indentation)
(#10623) Expected indentation of 4 spaces (indentation)
(#10624) Expected indentation of 4 spaces (indentation)
(#10625) Expected indentation of 4 spaces (indentation)
(#10626) Expected indentation of 4 spaces (indentation)
(#10627) Expected indentation of 4 spaces (indentation)
(#10628) Expected indentation of 4 spaces (indentation)
(#10629) Expected indentation of 4 spaces (indentation)
(#10630) Expected indentation of 4 spaces (indentation)
(#10631) Expected indentation of 4 spaces (indentation)
(#10634) Expected indentation of 4 spaces (indentation)
(#10635) Expected indentation of 4 spaces (indentation)
(#10636) Expected indentation of 4 spaces (indentation)
(#10639) Expected indentation of 4 spaces (indentation)
(#10640) Expected indentation of 4 spaces (indentation)
(#10641) Expected indentation of 4 spaces (indentation)
(#10642) Expected indentation of 4 spaces (indentation)
(#10643) Expected indentation of 4 spaces (indentation)
(#10644) Expected indentation of 4 spaces (indentation)
(#10647) Expected indentation of 4 spaces (indentation)
(#10648) Expected indentation of 4 spaces (indentation)
(#10649) Expected indentation of 4 spaces (indentation)
(#10650) Expected indentation of 4 spaces (indentation)
(#10651) Expected indentation of 4 spaces (indentation)
(#10652) Expected indentation of 4 spaces (indentation)
(#10655) Expected indentation of 4 spaces (indentation)
(#10656) Expected indentation of 4 spaces (indentation)
(#10657) Expected indentation of 4 spaces (indentation)
(#10658) Expected indentation of 4 spaces (indentation)
(#10659) Expected indentation of 4 spaces (indentation)
(#10662) Expected indentation of 4 spaces (indentation)
(#10663) Expected indentation of 4 spaces (indentation)
(#10664) Expected indentation of 4 spaces (indentation)
(#10665) Expected indentation of 4 spaces (indentation)
(#10666) Expected indentation of 4 spaces (indentation)
(#10667) Expected indentation of 4 spaces (indentation)
(#10668) Expected indentation of 4 spaces (indentation)
(#10669) Expected indentation of 4 spaces (indentation)
(#10670) Expected indentation of 4 spaces (indentation)
(#10671) Expected indentation of 4 spaces (indentation)
(#10672) Expected indentation of 4 spaces (indentation)
(#10673) Expected indentation of 4 spaces (indentation)
(#10674) Expected indentation of 4 spaces (indentation)
(#10675) Expected indentation of 4 spaces (indentation)
(#10678) Expected indentation of 4 spaces (indentation)
(#10679) Expected indentation of 4 spaces (indentation)
(#10680) Expected indentation of 4 spaces (indentation)
(#10681) Expected indentation of 4 spaces (indentation)
(#10682) Expected indentation of 4 spaces (indentation)
(#10683) Expected indentation of 4 spaces (indentation)
(#10684) Expected indentation of 4 spaces (indentation)
(#10685) Expected indentation of 4 spaces (indentation)
(#10686) Expected indentation of 4 spaces (indentation)
(#10687) Expected indentation of 4 spaces (indentation)
(#10688) Expected indentation of 4 spaces (indentation)
(#10689) Expected indentation of 4 spaces (indentation)
(#10692) Expected indentation of 4 spaces (indentation)
(#10695) Expected indentation of 4 spaces (indentation)
(#10696) Expected indentation of 4 spaces (indentation)
(#10699) Expected indentation of 4 spaces (indentation)
(#10700) Expected indentation of 4 spaces (indentation)
(#10701) Expected indentation of 4 spaces (indentation)
(#10702) Expected indentation of 4 spaces (indentation)
(#10703) Expected indentation of 4 spaces (indentation)
(#10704) Expected indentation of 4 spaces (indentation)
(#10705) Expected indentation of 4 spaces (indentation)
(#10706) Expected indentation of 4 spaces (indentation)
(#10707) Expected indentation of 4 spaces (indentation)
(#10708) Expected indentation of 4 spaces (indentation)
(#10709) Expected indentation of 4 spaces (indentation)
(#10710) Expected indentation of 4 spaces (indentation)
(#10711) Expected indentation of 4 spaces (indentation)
(#10712) Expected indentation of 4 spaces (indentation)
(#10713) Expected indentation of 4 spaces (indentation)
(#10714) Expected indentation of 4 spaces (indentation)
(#10715) Expected indentation of 4 spaces (indentation)
(#10716) Expected indentation of 4 spaces (indentation)
(#10717) Expected indentation of 4 spaces (indentation)
(#10720) Expected indentation of 4 spaces (indentation)
(#10721) Expected indentation of 4 spaces (indentation)
(#10722) Expected indentation of 4 spaces (indentation)
(#10723) Expected indentation of 4 spaces (indentation)
(#10724) Expected indentation of 4 spaces (indentation)
(#10725) Expected indentation of 4 spaces (indentation)
(#10726) Expected indentation of 4 spaces (indentation)
(#10727) Expected indentation of 4 spaces (indentation)
(#10728) Expected indentation of 4 spaces (indentation)
(#10731) Expected indentation of 4 spaces (indentation)
(#10732) Expected indentation of 4 spaces (indentation)
(#10733) Expected indentation of 4 spaces (indentation)
(#10734) Expected indentation of 4 spaces (indentation)
(#10735) Expected indentation of 4 spaces (indentation)
(#10736) Expected indentation of 4 spaces (indentation)
(#10737) Expected indentation of 4 spaces (indentation)
(#10738) Expected indentation of 4 spaces (indentation)
(#10739) Expected indentation of 4 spaces (indentation)
(#10740) Expected indentation of 4 spaces (indentation)
(#10741) Expected indentation of 4 spaces (indentation)
(#10742) Expected indentation of 4 spaces (indentation)
(#10743) Expected indentation of 4 spaces (indentation)
(#10744) Expected indentation of 4 spaces (indentation)
(#10745) Expected indentation of 4 spaces (indentation)
(#10746) Expected indentation of 4 spaces (indentation)
(#10747) Expected indentation of 4 spaces (indentation)
(#10750) Expected indentation of 4 spaces (indentation)
(#10751) Expected indentation of 4 spaces (indentation)
(#10752) Expected indentation of 4 spaces (indentation)
(#10755) Expected indentation of 4 spaces (indentation)
(#10756) Expected indentation of 4 spaces (indentation)
(#10757) Expected indentation of 4 spaces (indentation)
(#10758) Expected indentation of 4 spaces (indentation)
(#10759) Expected indentation of 4 spaces (indentation)
(#10762) Expected indentation of 4 spaces (indentation)
(#10763) Expected indentation of 4 spaces (indentation)
(#10764) Expected indentation of 4 spaces (indentation)
(#10765) Expected indentation of 4 spaces (indentation)
(#10766) Expected indentation of 4 spaces (indentation)
(#10767) Expected indentation of 4 spaces (indentation)
(#10768) Expected indentation of 4 spaces (indentation)
(#10769) Expected indentation of 4 spaces (indentation)
(#10770) Expected indentation of 4 spaces (indentation)
(#10771) Expected indentation of 4 spaces (indentation)
(#10772) Expected indentation of 4 spaces (indentation)
(#10773) Expected indentation of 4 spaces (indentation)
(#10774) Expected indentation of 4 spaces (indentation)
(#10775) Expected indentation of 4 spaces (indentation)
(#10778) Expected indentation of 4 spaces (indentation)
(#10779) Expected indentation of 4 spaces (indentation)
(#10780) Expected indentation of 4 spaces (indentation)
(#10781) Expected indentation of 4 spaces (indentation)
(#10782) Expected indentation of 4 spaces (indentation)
(#10783) Expected indentation of 4 spaces (indentation)
(#10784) Expected indentation of 4 spaces (indentation)
(#10785) Expected indentation of 4 spaces (indentation)
(#10786) Expected indentation of 4 spaces (indentation)
(#10787) Expected indentation of 4 spaces (indentation)
(#10790) Expected indentation of 4 spaces (indentation)
(#10791) Expected indentation of 4 spaces (indentation)
(#10792) Expected indentation of 4 spaces (indentation)
(#10793) Expected indentation of 4 spaces (indentation)
(#10796) Expected indentation of 4 spaces (indentation)
(#10797) Expected indentation of 4 spaces (indentation)
(#10798) Expected indentation of 4 spaces (indentation)
(#10799) Expected indentation of 4 spaces (indentation)
(#10802) Expected indentation of 4 spaces (indentation)
(#10803) Expected indentation of 4 spaces (indentation)
(#10804) Expected indentation of 4 spaces (indentation)
(#10805) Expected indentation of 4 spaces (indentation)
(#10808) Expected indentation of 4 spaces (indentation)
(#10811) Expected indentation of 4 spaces (indentation)
(#10814) Expected indentation of 4 spaces (indentation)
(#10815) Expected indentation of 4 spaces (indentation)
(#10816) Expected indentation of 4 spaces (indentation)
(#10817) Expected indentation of 4 spaces (indentation)
(#10818) Expected indentation of 4 spaces (indentation)
(#10821) Expected indentation of 4 spaces (indentation)
(#10822) Expected indentation of 4 spaces (indentation)
(#10823) Expected indentation of 4 spaces (indentation)
(#10824) Expected indentation of 4 spaces (indentation)
(#10825) Expected indentation of 4 spaces (indentation)
(#10828) Expected indentation of 4 spaces (indentation)
(#10831) Expected indentation of 4 spaces (indentation)
(#10834) Expected indentation of 4 spaces (indentation)
(#10837) Expected indentation of 4 spaces (indentation)
(#10838) Expected indentation of 4 spaces (indentation)
(#10839) Expected indentation of 4 spaces (indentation)
(#10840) Expected indentation of 4 spaces (indentation)
(#10843) Expected indentation of 4 spaces (indentation)
(#10844) Expected indentation of 4 spaces (indentation)
(#10845) Expected indentation of 4 spaces (indentation)
(#10846) Expected indentation of 4 spaces (indentation)
(#10849) Expected indentation of 4 spaces (indentation)
(#10850) Expected indentation of 4 spaces (indentation)
(#10851) Expected indentation of 4 spaces (indentation)
(#10854) Expected indentation of 4 spaces (indentation)
(#10857) Expected indentation of 4 spaces (indentation)
(#10860) Expected indentation of 4 spaces (indentation)
(#10861) Expected indentation of 4 spaces (indentation)
(#10862) Expected indentation of 4 spaces (indentation)
(#10865) Expected indentation of 4 spaces (indentation)
(#10868) Expected indentation of 4 spaces (indentation)
(#10869) Expected indentation of 4 spaces (indentation)
(#10870) Expected indentation of 4 spaces (indentation)
(#10873) Expected indentation of 4 spaces (indentation)
(#10874) Expected indentation of 4 spaces (indentation)
(#10875) Expected indentation of 4 spaces (indentation)
(#10876) Expected indentation of 4 spaces (indentation)
(#10879) Expected indentation of 4 spaces (indentation)
(#10880) Expected indentation of 4 spaces (indentation)
(#10883) Expected indentation of 4 spaces (indentation)
(#10884) Expected indentation of 4 spaces (indentation)
(#10885) Expected indentation of 4 spaces (indentation)
(#10886) Expected indentation of 4 spaces (indentation)
(#10887) Expected indentation of 4 spaces (indentation)
(#10888) Expected indentation of 4 spaces (indentation)
(#10889) Expected indentation of 4 spaces (indentation)
(#10892) Expected indentation of 4 spaces (indentation)
(#10893) Expected indentation of 4 spaces (indentation)
(#10894) Expected indentation of 4 spaces (indentation)
(#10897) Expected indentation of 4 spaces (indentation)
(#10898) Expected indentation of 4 spaces (indentation)
(#10901) Expected indentation of 4 spaces (indentation)
(#10902) Expected indentation of 4 spaces (indentation)
(#10903) Expected indentation of 4 spaces (indentation)
(#10906) Expected indentation of 4 spaces (indentation)
(#10907) Expected indentation of 4 spaces (indentation)
(#10908) Expected indentation of 4 spaces (indentation)
(#10909) Expected indentation of 4 spaces (indentation)
(#10912) Expected indentation of 4 spaces (indentation)
(#10915) Expected indentation of 4 spaces (indentation)
(#10918) Expected indentation of 4 spaces (indentation)
(#10921) Expected indentation of 4 spaces (indentation)
(#10922) Expected indentation of 4 spaces (indentation)
(#10923) Expected indentation of 4 spaces (indentation)
(#10926) Expected indentation of 4 spaces (indentation)
(#10929) Expected indentation of 4 spaces (indentation)
(#10930) Expected indentation of 4 spaces (indentation)
(#10931) Expected indentation of 4 spaces (indentation)
(#10934) Expected indentation of 4 spaces (indentation)
(#10935) Expected indentation of 4 spaces (indentation)
(#10936) Expected indentation of 4 spaces (indentation)
(#10937) Expected indentation of 4 spaces (indentation)
(#10938) Expected indentation of 4 spaces (indentation)
(#10941) Expected indentation of 4 spaces (indentation)
(#10942) Expected indentation of 4 spaces (indentation)
(#10945) Expected indentation of 4 spaces (indentation)
(#10948) Expected indentation of 4 spaces (indentation)
(#10949) Expected indentation of 4 spaces (indentation)
(#10952) Expected indentation of 4 spaces (indentation)
(#10953) Expected indentation of 4 spaces (indentation)
(#10954) Expected indentation of 4 spaces (indentation)
(#10955) Expected indentation of 4 spaces (indentation)
(#10956) Expected indentation of 4 spaces (indentation)
(#10957) Expected indentation of 4 spaces (indentation)
(#10958) Expected indentation of 4 spaces (indentation)
(#10959) Expected indentation of 4 spaces (indentation)
(#10960) Expected indentation of 4 spaces (indentation)
(#10961) Expected indentation of 4 spaces (indentation)
(#10964) Expected indentation of 4 spaces (indentation)
(#10965) Expected indentation of 4 spaces (indentation)
(#10968) Expected indentation of 4 spaces (indentation)
(#10971) Expected indentation of 4 spaces (indentation)
(#10972) Expected indentation of 4 spaces (indentation)
(#10973) Expected indentation of 4 spaces (indentation)
(#10976) Expected indentation of 4 spaces (indentation)
(#10977) Expected indentation of 4 spaces (indentation)
(#10980) Expected indentation of 4 spaces (indentation)
(#10981) Expected indentation of 4 spaces (indentation)
(#10984) Expected indentation of 4 spaces (indentation)
(#10985) Expected indentation of 4 spaces (indentation)
(#10986) Expected indentation of 4 spaces (indentation)
(#10987) Expected indentation of 4 spaces (indentation)
(#10988) Expected indentation of 4 spaces (indentation)
(#10991) Expected indentation of 4 spaces (indentation)
(#10992) Expected indentation of 4 spaces (indentation)
(#10995) Expected indentation of 4 spaces (indentation)
(#10996) Expected indentation of 4 spaces (indentation)
(#10997) Expected indentation of 4 spaces (indentation)
(#10998) Expected indentation of 4 spaces (indentation)
(#11001) Expected indentation of 4 spaces (indentation)
(#11002) Expected indentation of 4 spaces (indentation)
(#11003) Expected indentation of 4 spaces (indentation)
(#11004) Expected indentation of 4 spaces (indentation)
(#11007) Expected indentation of 4 spaces (indentation)
(#11008) Expected indentation of 4 spaces (indentation)
(#11009) Expected indentation of 4 spaces (indentation)
(#11010) Expected indentation of 4 spaces (indentation)
(#11011) Expected indentation of 4 spaces (indentation)
(#11012) Expected indentation of 4 spaces (indentation)
(#11013) Expected indentation of 4 spaces (indentation)
(#11014) Expected indentation of 4 spaces (indentation)
(#11017) Expected indentation of 4 spaces (indentation)
(#11018) Expected indentation of 4 spaces (indentation)
(#11019) Expected indentation of 4 spaces (indentation)
(#11022) Expected indentation of 4 spaces (indentation)
(#11023) Expected indentation of 4 spaces (indentation)
(#11024) Expected indentation of 4 spaces (indentation)
(#11027) Expected indentation of 4 spaces (indentation)
(#11029) Expected indentation of 4 spaces (indentation)
(#11028) Expected indentation of 8 spaces (indentation)
(#11030) Expected indentation of 4 spaces (indentation)
(#11032) Expected indentation of 4 spaces (indentation)
(#11031) Expected indentation of 8 spaces (indentation)
(#11033) Expected indentation of 4 spaces (indentation)
(#11035) Expected indentation of 4 spaces (indentation)
(#11034) Expected indentation of 8 spaces (indentation)
(#11036) Expected indentation of 4 spaces (indentation)
(#11038) Expected indentation of 4 spaces (indentation)
(#11037) Expected indentation of 8 spaces (indentation)
(#11039) Expected indentation of 4 spaces (indentation)
(#11041) Expected indentation of 4 spaces (indentation)
(#11040) Expected indentation of 8 spaces (indentation)
(#11042) Expected indentation of 4 spaces (indentation)
(#11045) Expected indentation of 4 spaces (indentation)
(#11043) Expected indentation of 8 spaces (indentation)
(#11044) Expected indentation of 8 spaces (indentation)
(#11046) Expected indentation of 4 spaces (indentation)
(#11049) Expected indentation of 4 spaces (indentation)
(#11047) Expected indentation of 8 spaces (indentation)
(#11048) Expected indentation of 8 spaces (indentation)
(#11050) Expected indentation of 4 spaces (indentation)
(#11054) Expected indentation of 4 spaces (indentation)
(#11051) Expected indentation of 8 spaces (indentation)
(#11052) Expected indentation of 8 spaces (indentation)
(#11053) Expected indentation of 8 spaces (indentation)
(#11055) Expected indentation of 4 spaces (indentation)
(#11057) Expected indentation of 4 spaces (indentation)
(#11056) Expected indentation of 8 spaces (indentation)
(#11058) Expected indentation of 4 spaces (indentation)
(#11062) Expected indentation of 4 spaces (indentation)
(#11059) Expected indentation of 8 spaces (indentation)
(#11060) Expected indentation of 8 spaces (indentation)
(#11061) Expected indentation of 8 spaces (indentation)
(#11063) Expected indentation of 4 spaces (indentation)
(#11065) Expected indentation of 4 spaces (indentation)
(#11064) Expected indentation of 8 spaces (indentation)
(#11066) Expected indentation of 4 spaces (indentation)
(#11068) Expected indentation of 4 spaces (indentation)
(#11067) Expected indentation of 8 spaces (indentation)
(#11069) Expected indentation of 4 spaces (indentation)
(#11071) Expected indentation of 4 spaces (indentation)
(#11070) Expected indentation of 8 spaces (indentation)
(#11072) Expected indentation of 4 spaces (indentation)
(#11075) Expected indentation of 4 spaces (indentation)
(#11073) Expected indentation of 8 spaces (indentation)
(#11074) Expected indentation of 8 spaces (indentation)
(#11076) Expected indentation of 4 spaces (indentation)
(#11079) Expected indentation of 4 spaces (indentation)
(#11077) Expected indentation of 8 spaces (indentation)
(#11078) Expected indentation of 8 spaces (indentation)
(#11080) Expected indentation of 4 spaces (indentation)
(#11084) Expected indentation of 4 spaces (indentation)
(#11081) Expected indentation of 8 spaces (indentation)
(#11082) Expected indentation of 8 spaces (indentation)
(#11083) Expected indentation of 8 spaces (indentation)
(#11085) Expected indentation of 4 spaces (indentation)
(#11087) Expected indentation of 4 spaces (indentation)
(#11086) Expected indentation of 8 spaces (indentation)
(#11088) Expected indentation of 4 spaces (indentation)
(#11092) Expected indentation of 4 spaces (indentation)
(#11089) Expected indentation of 8 spaces (indentation)
(#11090) Expected indentation of 8 spaces (indentation)
(#11091) Expected indentation of 8 spaces (indentation)
(#11093) Expected indentation of 4 spaces (indentation)
(#11095) Expected indentation of 4 spaces (indentation)
(#11094) Expected indentation of 8 spaces (indentation)
(#11096) Expected indentation of 4 spaces (indentation)
(#11098) Expected indentation of 4 spaces (indentation)
(#11097) Expected indentation of 8 spaces (indentation)
(#11099) Expected indentation of 4 spaces (indentation)
(#11102) Expected indentation of 4 spaces (indentation)
(#11100) Expected indentation of 8 spaces (indentation)
(#11101) Expected indentation of 8 spaces (indentation)
(#11105) Expected indentation of 4 spaces (indentation)
(#11107) Expected indentation of 4 spaces (indentation)
(#11106) Expected indentation of 8 spaces (indentation)
(#11108) Expected indentation of 4 spaces (indentation)
(#11110) Expected indentation of 4 spaces (indentation)
(#11109) Expected indentation of 8 spaces (indentation)
(#11111) Expected indentation of 4 spaces (indentation)
(#11113) Expected indentation of 4 spaces (indentation)
(#11112) Expected indentation of 8 spaces (indentation)
(#11114) Expected indentation of 4 spaces (indentation)
(#11116) Expected indentation of 4 spaces (indentation)
(#11115) Expected indentation of 8 spaces (indentation)
(#11119) Expected indentation of 4 spaces (indentation)
(#11122) Expected indentation of 4 spaces (indentation)
(#11123) Expected indentation of 4 spaces (indentation)
(#11124) Expected indentation of 4 spaces (indentation)
(#11125) Expected indentation of 4 spaces (indentation)
(#11128) Expected indentation of 4 spaces (indentation)
(#11132) Expected indentation of 4 spaces (indentation)
(#11135) Expected indentation of 4 spaces (indentation)
(#11139) Expected indentation of 4 spaces (indentation)
(#11142) Expected indentation of 4 spaces (indentation)
(#11143) Expected indentation of 4 spaces (indentation)
(#11144) Expected indentation of 4 spaces (indentation)
(#11147) Expected indentation of 4 spaces (indentation)
(#11150) Expected indentation of 4 spaces (indentation)
(#11153) Expected indentation of 4 spaces (indentation)
(#11156) Expected indentation of 4 spaces (indentation)
(#11157) Expected indentation of 4 spaces (indentation)
(#11160) Expected indentation of 4 spaces (indentation)
(#11161) Expected indentation of 4 spaces (indentation)
(#11162) Expected indentation of 4 spaces (indentation)
(#11165) Expected indentation of 4 spaces (indentation)
(#11168) Expected indentation of 4 spaces (indentation)
(#11171) Expected indentation of 4 spaces (indentation)
(#11174) Expected indentation of 4 spaces (indentation)
(#11175) Expected indentation of 4 spaces (indentation)
(#11178) Expected indentation of 4 spaces (indentation)
(#11179) Expected indentation of 4 spaces (indentation)
(#11180) Expected indentation of 4 spaces (indentation)
(#11183) Expected indentation of 4 spaces (indentation)
(#11186) Expected indentation of 4 spaces (indentation)
(#11189) Expected indentation of 4 spaces (indentation)
(#11192) Expected indentation of 4 spaces (indentation)
(#11193) Expected indentation of 4 spaces (indentation)
(#11196) Expected indentation of 4 spaces (indentation)
(#11197) Expected indentation of 4 spaces (indentation)
(#11198) Expected indentation of 4 spaces (indentation)
(#11201) Expected indentation of 4 spaces (indentation)
(#11204) Expected indentation of 4 spaces (indentation)
(#11207) Expected indentation of 4 spaces (indentation)
(#11210) Expected indentation of 4 spaces (indentation)
(#11211) Expected indentation of 4 spaces (indentation)
(#11214) Expected indentation of 4 spaces (indentation)
(#11217) Expected indentation of 4 spaces (indentation)
(#11218) Expected indentation of 4 spaces (indentation)
(#11219) Expected indentation of 4 spaces (indentation)
(#11222) Expected indentation of 4 spaces (indentation)
(#11223) Expected indentation of 4 spaces (indentation)
(#11226) Expected indentation of 4 spaces (indentation)
(#11227) Expected indentation of 4 spaces (indentation)
(#11228) Expected indentation of 4 spaces (indentation)
(#11231) Expected indentation of 4 spaces (indentation)
(#11234) Expected indentation of 4 spaces (indentation)
(#11237) Expected indentation of 4 spaces (indentation)
(#11240) Expected indentation of 4 spaces (indentation)
(#11246) Expected indentation of 4 spaces (indentation)
(#11247) Expected indentation of 4 spaces (indentation)
(#11248) Expected indentation of 4 spaces (indentation)
(#11253) Expected indentation of 4 spaces (indentation)
(#11254) Expected indentation of 4 spaces (indentation)
(#11259) Expected indentation of 4 spaces (indentation)
(#11260) Expected indentation of 4 spaces (indentation)
(#11261) Expected indentation of 4 spaces (indentation)
(#11262) Expected indentation of 4 spaces (indentation)
(#11263) Expected indentation of 4 spaces (indentation)
(#11264) Expected indentation of 4 spaces (indentation)
(#11265) Expected indentation of 4 spaces (indentation)
(#11266) Expected indentation of 4 spaces (indentation)
(#11271) Expected indentation of 4 spaces (indentation)
(#11272) Expected indentation of 4 spaces (indentation)
(#11273) Expected indentation of 4 spaces (indentation)
(#11274) Expected indentation of 4 spaces (indentation)
(#11275) Expected indentation of 4 spaces (indentation)
(#11276) Expected indentation of 4 spaces (indentation)
(#11279) Expected indentation of 4 spaces (indentation)
(#11284) Expected indentation of 4 spaces (indentation)
(#11280) Expected indentation of 4 spaces (indentation)
(#11281) Expected indentation of 4 spaces (indentation)
(#11282) Expected indentation of 8 spaces (indentation)
(#11283) Expected indentation of 8 spaces (indentation)
(#11289) Expected indentation of 4 spaces (indentation)
(#11290) Expected indentation of 4 spaces (indentation)
(#11291) Expected indentation of 4 spaces (indentation)
(#11292) Expected indentation of 4 spaces (indentation)
(#11293) Expected indentation of 4 spaces (indentation)
(#11294) Expected indentation of 4 spaces (indentation)
(#11295) Expected indentation of 4 spaces (indentation)
(#11300) Expected indentation of 4 spaces (indentation)
(#11301) Expected indentation of 4 spaces (indentation)
(#11306) Expected indentation of 4 spaces (indentation)
(#11307) Expected indentation of 4 spaces (indentation)
(#11312) Expected indentation of 4 spaces (indentation)
(#11313) Expected indentation of 4 spaces (indentation)
(#11314) Expected indentation of 4 spaces (indentation)
(#11315) Expected indentation of 4 spaces (indentation)
(#11320) Expected indentation of 4 spaces (indentation)
(#11321) Expected indentation of 4 spaces (indentation)
(#11322) Expected indentation of 4 spaces (indentation)
(#11323) Expected indentation of 4 spaces (indentation)
(#11328) Expected indentation of 4 spaces (indentation)
(#11329) Expected indentation of 4 spaces (indentation)
(#11334) Expected indentation of 4 spaces (indentation)
(#11335) Expected indentation of 4 spaces (indentation)
(#11336) Expected indentation of 4 spaces (indentation)
(#11337) Expected indentation of 4 spaces (indentation)
(#11342) Expected indentation of 4 spaces (indentation)
(#11347) Expected indentation of 4 spaces (indentation)
(#11352) Expected indentation of 4 spaces (indentation)
(#11357) Expected indentation of 4 spaces (indentation)
(#11362) Expected indentation of 4 spaces (indentation)
(#11365) Expected indentation of 4 spaces (indentation)
(#11369) Expected indentation of 4 spaces (indentation)
(#11366) Expected indentation of 4 spaces (indentation)
(#11367) Expected indentation of 4 spaces (indentation)
(#11368) Expected indentation of 8 spaces (indentation)
(#11370) Expected indentation of 4 spaces (indentation)
(#11374) Expected indentation of 4 spaces (indentation)
(#11371) Expected indentation of 4 spaces (indentation)
(#11372) Expected indentation of 4 spaces (indentation)
(#11373) Expected indentation of 8 spaces (indentation)
(#11379) Expected indentation of 4 spaces (indentation)
(#11380) Expected indentation of 4 spaces (indentation)
(#11385) Expected indentation of 4 spaces (indentation)
(#11386) Expected indentation of 4 spaces (indentation)
(#11391) Expected indentation of 4 spaces (indentation)
(#11396) Expected indentation of 4 spaces (indentation)
(#11401) Expected indentation of 4 spaces (indentation)
(#11402) Expected indentation of 4 spaces (indentation)
(#11407) Expected indentation of 4 spaces (indentation)
(#11408) Expected indentation of 4 spaces (indentation)
(#11413) Expected indentation of 4 spaces (indentation)
(#11418) Expected indentation of 4 spaces (indentation)
(#11419) Expected indentation of 4 spaces (indentation)
(#11424) Expected indentation of 4 spaces (indentation)
(#11425) Expected indentation of 4 spaces (indentation)
(#11430) Expected indentation of 4 spaces (indentation)
(#11431) Expected indentation of 4 spaces (indentation)
(#11435) Expected indentation of 4 spaces (indentation)
(#11439) Expected indentation of 4 spaces (indentation)
(#11442) Expected indentation of 4 spaces (indentation)
(#11445) Expected indentation of 4 spaces (indentation)
(#11446) Expected indentation of 4 spaces (indentation)
(#11447) Expected indentation of 4 spaces (indentation)
(#11451) Expected indentation of 4 spaces (indentation)
(#11455) Expected indentation of 4 spaces (indentation)
(#11456) Expected indentation of 4 spaces (indentation)
(#11457) Expected indentation of 4 spaces (indentation)
(#11458) Expected indentation of 4 spaces (indentation)
(#11459) Expected indentation of 4 spaces (indentation)
(#11460) Expected indentation of 4 spaces (indentation)
(#11461) Expected indentation of 4 spaces (indentation)
(#11462) Expected indentation of 4 spaces (indentation)
(#11463) Expected indentation of 4 spaces (indentation)
(#11464) Expected indentation of 4 spaces (indentation)
(#11465) Expected indentation of 4 spaces (indentation)
(#11466) Expected indentation of 4 spaces (indentation)
(#11467) Expected indentation of 4 spaces (indentation)
(#11468) Expected indentation of 4 spaces (indentation)
(#11469) Expected indentation of 4 spaces (indentation)
(#11470) Expected indentation of 4 spaces (indentation)
(#11471) Expected indentation of 4 spaces (indentation)
(#11472) Expected indentation of 4 spaces (indentation)
(#11473) Expected indentation of 4 spaces (indentation)
(#11476) Expected indentation of 4 spaces (indentation)
(#11477) Expected indentation of 4 spaces (indentation)
(#11478) Expected indentation of 4 spaces (indentation)
(#11479) Expected indentation of 4 spaces (indentation)
(#11480) Expected indentation of 4 spaces (indentation)
(#11481) Expected indentation of 4 spaces (indentation)
(#11482) Expected indentation of 4 spaces (indentation)
(#11483) Expected indentation of 4 spaces (indentation)
(#11484) Expected indentation of 4 spaces (indentation)
(#11485) Expected indentation of 4 spaces (indentation)
(#11486) Expected indentation of 4 spaces (indentation)
(#11487) Expected indentation of 4 spaces (indentation)
(#11490) Expected indentation of 4 spaces (indentation)
(#11493) Expected indentation of 4 spaces (indentation)
(#11496) Expected indentation of 4 spaces (indentation)
(#11499) Expected indentation of 4 spaces (indentation)
(#11500) Expected indentation of 4 spaces (indentation)
(#11501) Expected indentation of 4 spaces (indentation)
(#11502) Expected indentation of 4 spaces (indentation)
(#11506) Expected indentation of 4 spaces (indentation)
(#11507) Expected indentation of 4 spaces (indentation)
(#11508) Expected indentation of 4 spaces (indentation)
(#11509) Expected indentation of 4 spaces (indentation)
(#11510) Expected indentation of 4 spaces (indentation)
(#11511) Expected indentation of 4 spaces (indentation)
(#11512) Expected indentation of 4 spaces (indentation)
(#11513) Expected indentation of 4 spaces (indentation)
(#11514) Expected indentation of 4 spaces (indentation)
(#11515) Expected indentation of 4 spaces (indentation)
(#11516) Expected indentation of 4 spaces (indentation)
(#11517) Expected indentation of 4 spaces (indentation)
(#11518) Expected indentation of 4 spaces (indentation)
(#11519) Expected indentation of 4 spaces (indentation)
(#11520) Expected indentation of 4 spaces (indentation)
(#11521) Expected indentation of 4 spaces (indentation)
(#11524) Expected indentation of 4 spaces (indentation)
(#11525) Expected indentation of 4 spaces (indentation)
(#11526) Expected indentation of 4 spaces (indentation)
(#11527) Expected indentation of 4 spaces (indentation)
(#11530) Expected indentation of 4 spaces (indentation)
(#11533) Expected indentation of 4 spaces (indentation)
(#11534) Expected indentation of 4 spaces (indentation)
(#11535) Expected indentation of 4 spaces (indentation)
(#11536) Expected indentation of 4 spaces (indentation)
(#11537) Expected indentation of 4 spaces (indentation)
(#11538) Expected indentation of 4 spaces (indentation)
(#11539) Expected indentation of 4 spaces (indentation)
(#11540) Expected indentation of 4 spaces (indentation)
(#11541) Expected indentation of 4 spaces (indentation)
(#11542) Expected indentation of 4 spaces (indentation)
(#11543) Expected indentation of 4 spaces (indentation)
(#11544) Expected indentation of 4 spaces (indentation)
(#11545) Expected indentation of 4 spaces (indentation)
(#11546) Expected indentation of 4 spaces (indentation)
(#11547) Expected indentation of 4 spaces (indentation)
(#11550) Expected indentation of 4 spaces (indentation)
(#11551) Expected indentation of 4 spaces (indentation)
(#11554) Expected indentation of 4 spaces (indentation)
(#11555) Expected indentation of 4 spaces (indentation)
(#11558) Expected indentation of 4 spaces (indentation)
(#11559) Expected indentation of 4 spaces (indentation)
(#11560) Expected indentation of 4 spaces (indentation)
(#11561) Expected indentation of 4 spaces (indentation)
(#11562) Expected indentation of 4 spaces (indentation)
(#11565) Expected indentation of 4 spaces (indentation)
(#11568) Expected indentation of 4 spaces (indentation)
(#11569) Expected indentation of 4 spaces (indentation)
(#11570) Expected indentation of 4 spaces (indentation)
(#11571) Expected indentation of 4 spaces (indentation)
(#11572) Expected indentation of 4 spaces (indentation)
(#11573) Expected indentation of 4 spaces (indentation)
(#11574) Expected indentation of 4 spaces (indentation)
(#11575) Expected indentation of 4 spaces (indentation)
(#11576) Expected indentation of 4 spaces (indentation)
(#11577) Expected indentation of 4 spaces (indentation)
(#11578) Expected indentation of 4 spaces (indentation)
(#11579) Expected indentation of 4 spaces (indentation)
(#11582) Expected indentation of 4 spaces (indentation)
(#11585) Expected indentation of 4 spaces (indentation)
(#11586) Expected indentation of 4 spaces (indentation)
(#11587) Expected indentation of 4 spaces (indentation)
(#11590) Expected indentation of 4 spaces (indentation)
(#11591) Expected indentation of 4 spaces (indentation)
(#11592) Expected indentation of 4 spaces (indentation)
(#11595) Expected indentation of 4 spaces (indentation)
(#11599) Expected indentation of 4 spaces (indentation)
(#11600) Expected indentation of 4 spaces (indentation)
(#11601) Expected indentation of 4 spaces (indentation)
(#11602) Expected indentation of 4 spaces (indentation)
(#11603) Expected indentation of 4 spaces (indentation)
(#11604) Expected indentation of 4 spaces (indentation)
(#11605) Expected indentation of 4 spaces (indentation)
(#11606) Expected indentation of 4 spaces (indentation)
(#11607) Expected indentation of 4 spaces (indentation)
(#11608) Expected indentation of 4 spaces (indentation)
(#11609) Expected indentation of 4 spaces (indentation)
(#11616) Expected indentation of 4 spaces (indentation)
(#11619) Expected indentation of 4 spaces (indentation)
(#11620) Expected indentation of 4 spaces (indentation)
(#11621) Expected indentation of 4 spaces (indentation)
(#11622) Expected indentation of 4 spaces (indentation)
(#11623) Expected indentation of 4 spaces (indentation)
(#11624) Expected indentation of 4 spaces (indentation)
(#11625) Expected indentation of 4 spaces (indentation)
(#11626) Expected indentation of 4 spaces (indentation)
(#11627) Expected indentation of 4 spaces (indentation)
(#11628) Expected indentation of 4 spaces (indentation)
(#11629) Expected indentation of 4 spaces (indentation)
(#11630) Expected indentation of 4 spaces (indentation)
(#11631) Expected indentation of 4 spaces (indentation)
(#11632) Expected indentation of 4 spaces (indentation)
(#11633) Expected indentation of 4 spaces (indentation)
(#11634) Expected indentation of 4 spaces (indentation)
(#11635) Expected indentation of 4 spaces (indentation)
(#11636) Expected indentation of 4 spaces (indentation)
(#11637) Expected indentation of 4 spaces (indentation)
(#11640) Expected indentation of 4 spaces (indentation)
(#11641) Expected indentation of 4 spaces (indentation)
(#11642) Expected indentation of 4 spaces (indentation)
(#11646) Expected indentation of 4 spaces (indentation)
(#11647) Expected indentation of 4 spaces (indentation)
(#11648) Expected indentation of 4 spaces (indentation)
(#11651) Expected indentation of 4 spaces (indentation)
(#11652) Expected indentation of 4 spaces (indentation)
(#11653) Expected indentation of 4 spaces (indentation)
(#11656) Expected indentation of 4 spaces (indentation)
(#11657) Expected indentation of 4 spaces (indentation)
(#11658) Expected indentation of 4 spaces (indentation)
(#11659) Expected indentation of 4 spaces (indentation)
(#11663) Expected indentation of 4 spaces (indentation)
(#11664) Expected indentation of 4 spaces (indentation)
(#11667) Expected indentation of 4 spaces (indentation)
(#11668) Expected indentation of 4 spaces (indentation)
(#11669) Expected indentation of 4 spaces (indentation)
(#11670) Expected indentation of 4 spaces (indentation)
(#11673) Expected indentation of 4 spaces (indentation)
(#11674) Expected indentation of 4 spaces (indentation)
(#11677) Expected indentation of 4 spaces (indentation)
(#11678) Expected indentation of 4 spaces (indentation)
(#11679) Expected indentation of 4 spaces (indentation)
(#11680) Expected indentation of 4 spaces (indentation)
(#11681) Expected indentation of 4 spaces (indentation)
(#11682) Expected indentation of 4 spaces (indentation)
(#11683) Expected indentation of 4 spaces (indentation)
(#11684) Expected indentation of 4 spaces (indentation)
(#11685) Expected indentation of 4 spaces (indentation)
(#11688) Expected indentation of 4 spaces (indentation)
(#11691) Expected indentation of 4 spaces (indentation)
(#11692) Expected indentation of 4 spaces (indentation)
(#11693) Expected indentation of 4 spaces (indentation)
(#11696) Expected indentation of 4 spaces (indentation)
(#11697) Expected indentation of 4 spaces (indentation)
(#11698) Expected indentation of 4 spaces (indentation)
(#11699) Expected indentation of 4 spaces (indentation)
(#11700) Expected indentation of 4 spaces (indentation)
(#11703) Expected indentation of 4 spaces (indentation)
(#11704) Expected indentation of 4 spaces (indentation)
(#11705) Expected indentation of 4 spaces (indentation)
(#11708) Expected indentation of 4 spaces (indentation)
(#11709) Expected indentation of 4 spaces (indentation)
(#11712) Expected indentation of 4 spaces (indentation)
(#11713) Expected indentation of 4 spaces (indentation)
(#11714) Expected indentation of 4 spaces (indentation)
(#11718) Expected indentation of 4 spaces (indentation)
(#11724) Expected indentation of 4 spaces (indentation)
(#11719) Expected indentation of 4 spaces (indentation)
(#11720) Expected indentation of 4 spaces (indentation)
(#11721) Expected indentation of 4 spaces (indentation)
(#11722) Expected indentation of 4 spaces (indentation)
(#11723) Expected indentation of 8 spaces (indentation)
(#11725) Expected indentation of 4 spaces (indentation)
(#11733) Expected indentation of 4 spaces (indentation)
(#11726) Expected indentation of 4 spaces (indentation)
(#11727) Expected indentation of 4 spaces (indentation)
(#11728) Expected indentation of 4 spaces (indentation)
(#11729) Expected indentation of 4 spaces (indentation)
(#11730) Expected indentation of 8 spaces (indentation)
(#11731) Expected indentation of 8 spaces (indentation)
(#11732) Expected indentation of 8 spaces (indentation)
(#11736) Expected indentation of 4 spaces (indentation)
(#11738) Expected indentation of 4 spaces (indentation)
(#11737) Expected indentation of 8 spaces (indentation)
(#11739) Expected indentation of 4 spaces (indentation)
(#11742) Expected indentation of 4 spaces (indentation)
(#11740) Expected indentation of 4 spaces (indentation)
(#11741) Expected indentation of 8 spaces (indentation)
(#11743) Expected indentation of 4 spaces (indentation)
(#11746) Expected indentation of 4 spaces (indentation)
(#11744) Expected indentation of 4 spaces (indentation)
(#11745) Expected indentation of 8 spaces (indentation)
(#11747) Expected indentation of 4 spaces (indentation)
(#11750) Expected indentation of 4 spaces (indentation)
(#11748) Expected indentation of 4 spaces (indentation)
(#11749) Expected indentation of 8 spaces (indentation)
(#11751) Expected indentation of 4 spaces (indentation)
(#11754) Expected indentation of 4 spaces (indentation)
(#11752) Expected indentation of 4 spaces (indentation)
(#11753) Expected indentation of 8 spaces (indentation)
(#11755) Expected indentation of 4 spaces (indentation)
(#11758) Expected indentation of 4 spaces (indentation)
(#11756) Expected indentation of 4 spaces (indentation)
(#11757) Expected indentation of 8 spaces (indentation)
(#11759) Expected indentation of 4 spaces (indentation)
(#11762) Expected indentation of 4 spaces (indentation)
(#11760) Expected indentation of 4 spaces (indentation)
(#11761) Expected indentation of 8 spaces (indentation)
(#11763) Expected indentation of 4 spaces (indentation)
(#11766) Expected indentation of 4 spaces (indentation)
(#11764) Expected indentation of 4 spaces (indentation)
(#11765) Expected indentation of 8 spaces (indentation)
(#11767) Expected indentation of 4 spaces (indentation)
(#11770) Expected indentation of 4 spaces (indentation)
(#11768) Expected indentation of 4 spaces (indentation)
(#11769) Expected indentation of 8 spaces (indentation)
(#11771) Expected indentation of 4 spaces (indentation)
(#11774) Expected indentation of 4 spaces (indentation)
(#11772) Expected indentation of 4 spaces (indentation)
(#11773) Expected indentation of 8 spaces (indentation)
(#11775) Expected indentation of 4 spaces (indentation)
(#11778) Expected indentation of 4 spaces (indentation)
(#11776) Expected indentation of 4 spaces (indentation)
(#11777) Expected indentation of 8 spaces (indentation)
(#11779) Expected indentation of 4 spaces (indentation)
(#11782) Expected indentation of 4 spaces (indentation)
(#11780) Expected indentation of 4 spaces (indentation)
(#11781) Expected indentation of 8 spaces (indentation)
(#11783) Expected indentation of 4 spaces (indentation)
(#11786) Expected indentation of 4 spaces (indentation)
(#11784) Expected indentation of 4 spaces (indentation)
(#11785) Expected indentation of 8 spaces (indentation)
(#11787) Expected indentation of 4 spaces (indentation)
(#11790) Expected indentation of 4 spaces (indentation)
(#11788) Expected indentation of 4 spaces (indentation)
(#11789) Expected indentation of 8 spaces (indentation)
(#11791) Expected indentation of 4 spaces (indentation)
(#11802) Expected indentation of 4 spaces (indentation)
(#11792) Expected indentation of 4 spaces (indentation)
(#11793) Expected indentation of 4 spaces (indentation)
(#11794) Expected indentation of 4 spaces (indentation)
(#11795) Expected indentation of 4 spaces (indentation)
(#11796) Expected indentation of 4 spaces (indentation)
(#11797) Expected indentation of 4 spaces (indentation)
(#11798) Expected indentation of 4 spaces (indentation)
(#11799) Expected indentation of 4 spaces (indentation)
(#11800) Expected indentation of 4 spaces (indentation)
(#11801) Expected indentation of 8 spaces (indentation)
(#11803) Expected indentation of 4 spaces (indentation)
(#11806) Expected indentation of 4 spaces (indentation)
(#11804) Expected indentation of 4 spaces (indentation)
(#11805) Expected indentation of 8 spaces (indentation)
(#11807) Expected indentation of 4 spaces (indentation)
(#11809) Expected indentation of 4 spaces (indentation)
(#11808) Expected indentation of 8 spaces (indentation)
(#11810) Expected indentation of 4 spaces (indentation)
(#11812) Expected indentation of 4 spaces (indentation)
(#11811) Expected indentation of 8 spaces (indentation)
(#11815) Expected indentation of 4 spaces (indentation)
(#11819) Expected indentation of 4 spaces (indentation)
(#11823) Expected indentation of 4 spaces (indentation)
(#11827) Expected indentation of 4 spaces (indentation)
(#11831) Expected indentation of 4 spaces (indentation)
(#11835) Expected indentation of 4 spaces (indentation)
(#11839) Expected indentation of 4 spaces (indentation)
(#11843) Expected indentation of 4 spaces (indentation)
(#11847) Expected indentation of 4 spaces (indentation)
(#11851) Expected indentation of 4 spaces (indentation)
(#11855) Expected indentation of 4 spaces (indentation)
(#11859) Expected indentation of 4 spaces (indentation)
(#11863) Expected indentation of 4 spaces (indentation)
(#11867) Expected indentation of 4 spaces (indentation)
(#11879) Expected indentation of 4 spaces (indentation)
(#11883) Expected indentation of 4 spaces (indentation)
(#11886) Expected indentation of 4 spaces (indentation)
(#11889) Expected indentation of 4 spaces (indentation)
local/kopere_dashboard/styles.scss
(#136) Expected empty line before at-rule (at-rule-empty-line-before)
(#141) Unexpected empty line before at-rule (at-rule-empty-line-before)
(#32) Unexpected !important (declaration-no-important)
(#54) Unexpected !important (declaration-no-important)
(#58) Unexpected !important (declaration-no-important)
(#61) Unexpected !important (declaration-no-important)
(#79) Unexpected !important (declaration-no-important)
(#87) Unexpected !important (declaration-no-important)
(#90) Unexpected !important (declaration-no-important)
(#91) Unexpected !important (declaration-no-important)
(#94) Unexpected !important (declaration-no-important)
(#122) Unexpected !important (declaration-no-important)
local/kopere_dashboard/assets/all-bi-embed.css
(#9) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#10) Unexpected duplicate name monospace (font-family-no-duplicate-names)
(#16) Expected line length to be no more than 132 characters (max-line-length)
(#9) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#9) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#9) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#9) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#10) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#10) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#9) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 8 spaces (indentation)
(#11) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
local/kopere_dashboard/assets/all-bi-embed.scss
(#27) Unexpected !important (declaration-no-important)
(#37) Unexpected !important (declaration-no-important)
(#38) Unexpected !important (declaration-no-important)
local/kopere_dashboard/assets/all-frame.css
(#9) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#10) Unexpected duplicate name monospace (font-family-no-duplicate-names)
(#16) Expected line length to be no more than 132 characters (max-line-length)
(#9) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#9) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#9) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#9) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#10) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#10) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#9) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 8 spaces (indentation)
(#11) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
local/kopere_dashboard/assets/all-frame.scss
(#42) Expected empty line before at-rule (at-rule-empty-line-before)
(#9) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#28) Unexpected !important (declaration-no-important)
(#29) Unexpected !important (declaration-no-important)
(#38) Unexpected !important (declaration-no-important)
local/kopere_dashboard/assets/css/_dark-mode.scss
(#79) Expected empty line before at-rule (at-rule-empty-line-before)
(#51) Unexpected !important (declaration-no-important)
(#42) Unexpected whitespace at end of line (no-eol-whitespace)
(#63) Unexpected whitespace at end of line (no-eol-whitespace)
local/kopere_dashboard/assets/css/bootstrap.scss
(#2436) Can't parse value "alpha(opacity=65)" (csstree/validator)
(#5215) Can't parse value "alpha(opacity=20)" (csstree/validator)
(#5223) Can't parse value "alpha(opacity=50)" (csstree/validator)
(#5301) Can't parse value "alpha(opacity=0)" (csstree/validator)
(#5305) Can't parse value "alpha(opacity=50)" (csstree/validator)
(#5391) Can't parse value "alpha(opacity=0)" (csstree/validator)
(#5396) Can't parse value "alpha(opacity=90)" (csstree/validator)
(#5714) Can't parse value "alpha(opacity=50)" (csstree/validator)
(#5755) Can't parse value "alpha(opacity=90)" (csstree/validator)
(#428) Expected empty line before at-rule (at-rule-empty-line-before)
(#593) Expected empty line before at-rule (at-rule-empty-line-before)
(#730) Expected empty line before at-rule (at-rule-empty-line-before)
(#735) Expected empty line before at-rule (at-rule-empty-line-before)
(#740) Expected empty line before at-rule (at-rule-empty-line-before)
(#976) Expected empty line before at-rule (at-rule-empty-line-before)
(#1145) Expected empty line before at-rule (at-rule-empty-line-before)
(#1314) Expected empty line before at-rule (at-rule-empty-line-before)
(#1713) Expected empty line before at-rule (at-rule-empty-line-before)
(#1884) Expected empty line before at-rule (at-rule-empty-line-before)
(#2365) Expected empty line before at-rule (at-rule-empty-line-before)
(#2375) Expected empty line before at-rule (at-rule-empty-line-before)
(#2381) Expected empty line before at-rule (at-rule-empty-line-before)
(#3026) Expected empty line before at-rule (at-rule-empty-line-before)
(#3501) Expected empty line before at-rule (at-rule-empty-line-before)
(#3522) Expected empty line before at-rule (at-rule-empty-line-before)
(#3550) Expected empty line before at-rule (at-rule-empty-line-before)
(#3555) Expected empty line before at-rule (at-rule-empty-line-before)
(#3574) Expected empty line before at-rule (at-rule-empty-line-before)
(#3601) Expected empty line before at-rule (at-rule-empty-line-before)
(#3614) Expected empty line before at-rule (at-rule-empty-line-before)
(#3627) Expected empty line before at-rule (at-rule-empty-line-before)
(#3639) Expected empty line before at-rule (at-rule-empty-line-before)
(#3668) Expected empty line before at-rule (at-rule-empty-line-before)
(#3698) Expected empty line before at-rule (at-rule-empty-line-before)
(#3711) Expected empty line before at-rule (at-rule-empty-line-before)
(#3734) Expected empty line before at-rule (at-rule-empty-line-before)
(#3759) Expected empty line before at-rule (at-rule-empty-line-before)
(#3809) Expected empty line before at-rule (at-rule-empty-line-before)
(#3817) Expected empty line before at-rule (at-rule-empty-line-before)
(#3854) Expected empty line before at-rule (at-rule-empty-line-before)
(#3861) Expected empty line before at-rule (at-rule-empty-line-before)
(#3928) Expected empty line before at-rule (at-rule-empty-line-before)
(#4024) Expected empty line before at-rule (at-rule-empty-line-before)
(#4293) Expected empty line before at-rule (at-rule-empty-line-before)
(#4410) Expected empty line before at-rule (at-rule-empty-line-before)
(#4418) Expected empty line before at-rule (at-rule-empty-line-before)
(#4426) Expected empty line before at-rule (at-rule-empty-line-before)
(#5348) Expected empty line before at-rule (at-rule-empty-line-before)
(#5363) Expected empty line before at-rule (at-rule-empty-line-before)
(#5642) Expected empty line before at-rule (at-rule-empty-line-before)
(#5838) Expected empty line before at-rule (at-rule-empty-line-before)
(#5971) Expected empty line before at-rule (at-rule-empty-line-before)
(#5986) Expected empty line before at-rule (at-rule-empty-line-before)
(#5991) Expected empty line before at-rule (at-rule-empty-line-before)
(#5996) Expected empty line before at-rule (at-rule-empty-line-before)
(#6001) Expected empty line before at-rule (at-rule-empty-line-before)
(#6016) Expected empty line before at-rule (at-rule-empty-line-before)
(#6021) Expected empty line before at-rule (at-rule-empty-line-before)
(#6026) Expected empty line before at-rule (at-rule-empty-line-before)
(#6031) Expected empty line before at-rule (at-rule-empty-line-before)
(#6046) Expected empty line before at-rule (at-rule-empty-line-before)
(#6051) Expected empty line before at-rule (at-rule-empty-line-before)
(#6056) Expected empty line before at-rule (at-rule-empty-line-before)
(#6061) Expected empty line before at-rule (at-rule-empty-line-before)
(#6076) Expected empty line before at-rule (at-rule-empty-line-before)
(#6081) Expected empty line before at-rule (at-rule-empty-line-before)
(#6086) Expected empty line before at-rule (at-rule-empty-line-before)
(#6091) Expected empty line before at-rule (at-rule-empty-line-before)
(#6096) Expected empty line before at-rule (at-rule-empty-line-before)
(#6101) Expected empty line before at-rule (at-rule-empty-line-before)
(#6106) Expected empty line before at-rule (at-rule-empty-line-before)
(#6114) Expected empty line before at-rule (at-rule-empty-line-before)
(#6132) Expected empty line before at-rule (at-rule-empty-line-before)
(#6140) Expected empty line before at-rule (at-rule-empty-line-before)
(#6148) Expected empty line before at-rule (at-rule-empty-line-before)
(#6153) Expected empty line before at-rule (at-rule-empty-line-before)
(#6168) Expected empty line before at-rule (at-rule-empty-line-before)
(#6176) Expected empty line before at-rule (at-rule-empty-line-before)
(#2896) Unexpected duplicate "border-top" (declaration-block-no-duplicate-properties)
(#3017) Unexpected duplicate "border-bottom" (declaration-block-no-duplicate-properties)
(#4468) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#4472) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#4493) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#4497) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#4510) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#4514) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#4527) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#4531) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#4544) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#4548) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5193) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#5564) Unexpected duplicate "border-top-color" (declaration-block-no-duplicate-properties)
(#5580) Unexpected duplicate "border-right-color" (declaration-block-no-duplicate-properties)
(#5597) Unexpected duplicate "border-bottom-color" (declaration-block-no-duplicate-properties)
(#5613) Unexpected duplicate "border-left-color" (declaration-block-no-duplicate-properties)
(#5721) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5724) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5727) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5739) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5742) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5745) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5812) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#1796) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#2004) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#2896) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#3017) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#5810) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#687) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#689) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#1836) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#1838) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#1847) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#1850) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#2178) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#2180) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#2185) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#2187) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#2212) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#2214) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#2219) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#2221) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#2246) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#2248) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#2253) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#2255) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#2427) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#2429) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#2924) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#2927) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#2929) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#3119) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#3121) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#3566) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#3568) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#3752) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#3755) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4440) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4442) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4454) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4456) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4464) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4468) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4472) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4489) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4493) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4497) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4506) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4510) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4514) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4523) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4527) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4531) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4540) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4544) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4548) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4812) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#4814) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5186) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5188) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5193) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5282) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5286) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5288) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5511) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5514) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5516) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5564) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5580) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5597) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5613) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5711) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5718) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5721) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5724) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5727) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5736) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5739) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5742) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5745) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5832) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#234) Unexpected !important (declaration-no-important)
(#251) Unexpected !important (declaration-no-important)
(#254) Unexpected !important (declaration-no-important)
(#258) Unexpected !important (declaration-no-important)
(#262) Unexpected !important (declaration-no-important)
(#522) Unexpected !important (declaration-no-important)
(#526) Unexpected !important (declaration-no-important)
(#529) Unexpected !important (declaration-no-important)
(#533) Unexpected !important (declaration-no-important)
(#536) Unexpected !important (declaration-no-important)
(#540) Unexpected !important (declaration-no-important)
(#543) Unexpected !important (declaration-no-important)
(#547) Unexpected !important (declaration-no-important)
(#1496) Unexpected !important (declaration-no-important)
(#1568) Unexpected !important (declaration-no-important)
(#1569) Unexpected !important (declaration-no-important)
(#1570) Unexpected !important (declaration-no-important)
(#3582) Unexpected !important (declaration-no-important)
(#3583) Unexpected !important (declaration-no-important)
(#3585) Unexpected !important (declaration-no-important)
(#3863) Unexpected !important (declaration-no-important)
(#3866) Unexpected !important (declaration-no-important)
(#4588) Unexpected !important (declaration-no-important)
(#4591) Unexpected !important (declaration-no-important)
(#5924) Unexpected !important (declaration-no-important)
(#5927) Unexpected !important (declaration-no-important)
(#5930) Unexpected !important (declaration-no-important)
(#5933) Unexpected !important (declaration-no-important)
(#5946) Unexpected !important (declaration-no-important)
(#5955) Unexpected !important (declaration-no-important)
(#5969) Unexpected !important (declaration-no-important)
(#5973) Unexpected !important (declaration-no-important)
(#5976) Unexpected !important (declaration-no-important)
(#5979) Unexpected !important (declaration-no-important)
(#5983) Unexpected !important (declaration-no-important)
(#5988) Unexpected !important (declaration-no-important)
(#5993) Unexpected !important (declaration-no-important)
(#5998) Unexpected !important (declaration-no-important)
(#6003) Unexpected !important (declaration-no-important)
(#6006) Unexpected !important (declaration-no-important)
(#6009) Unexpected !important (declaration-no-important)
(#6013) Unexpected !important (declaration-no-important)
(#6018) Unexpected !important (declaration-no-important)
(#6023) Unexpected !important (declaration-no-important)
(#6028) Unexpected !important (declaration-no-important)
(#6033) Unexpected !important (declaration-no-important)
(#6036) Unexpected !important (declaration-no-important)
(#6039) Unexpected !important (declaration-no-important)
(#6043) Unexpected !important (declaration-no-important)
(#6048) Unexpected !important (declaration-no-important)
(#6053) Unexpected !important (declaration-no-important)
(#6058) Unexpected !important (declaration-no-important)
(#6063) Unexpected !important (declaration-no-important)
(#6066) Unexpected !important (declaration-no-important)
(#6069) Unexpected !important (declaration-no-important)
(#6073) Unexpected !important (declaration-no-important)
(#6078) Unexpected !important (declaration-no-important)
(#6083) Unexpected !important (declaration-no-important)
(#6088) Unexpected !important (declaration-no-important)
(#6093) Unexpected !important (declaration-no-important)
(#6098) Unexpected !important (declaration-no-important)
(#6103) Unexpected !important (declaration-no-important)
(#6108) Unexpected !important (declaration-no-important)
(#6112) Unexpected !important (declaration-no-important)
(#6116) Unexpected !important (declaration-no-important)
(#6119) Unexpected !important (declaration-no-important)
(#6122) Unexpected !important (declaration-no-important)
(#6126) Unexpected !important (declaration-no-important)
(#6130) Unexpected !important (declaration-no-important)
(#6134) Unexpected !important (declaration-no-important)
(#6138) Unexpected !important (declaration-no-important)
(#6142) Unexpected !important (declaration-no-important)
(#6146) Unexpected !important (declaration-no-important)
(#6150) Unexpected !important (declaration-no-important)
(#6155) Unexpected !important (declaration-no-important)
(#105) Unexpected duplicate name monospace (font-family-no-duplicate-names)
(#687) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#687) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#689) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#689) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#1836) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#1836) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#1838) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#1838) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#1847) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#1847) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#1848) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#1848) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#1850) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#1850) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#1851) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#1851) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2178) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2178) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2180) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2180) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2185) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2185) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2187) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2187) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2212) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2212) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2214) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2214) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2219) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2219) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2221) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2221) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2246) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2246) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2248) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2248) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2253) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2253) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2255) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2255) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2427) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2427) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2429) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2429) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2924) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2924) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2927) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2927) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2929) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#2929) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#3119) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#3119) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#3121) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#3121) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#3566) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#3566) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#3568) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#3568) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#3752) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#3752) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#3753) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#3753) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#3755) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#3755) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#3756) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#3756) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4440) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4440) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4442) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4442) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4454) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4454) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4456) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4456) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4464) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4465) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4465) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4465) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4466) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4467) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4467) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4464) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4464) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4465) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4465) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4466) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4466) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4468) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4469) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4469) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4469) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4470) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4471) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4471) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4468) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4468) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4469) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4469) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4470) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4470) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4472) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4473) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4473) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4473) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4474) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4475) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4475) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4472) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4472) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4473) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4473) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4474) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4474) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4489) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4490) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4490) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4490) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4491) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4492) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4492) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4489) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4489) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4490) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4490) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4491) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4491) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4493) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4494) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4494) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4494) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4495) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4496) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4496) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4493) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4493) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4494) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4494) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4495) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4495) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4497) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4498) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4498) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4498) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4499) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4500) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4500) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4497) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4497) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4498) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4498) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4499) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4499) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4506) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4507) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4507) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4507) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4508) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4509) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4509) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4506) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4506) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4507) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4507) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4508) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4508) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4510) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4511) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4511) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4511) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4512) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4513) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4513) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4510) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4510) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4511) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4511) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4512) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4512) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4514) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4515) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4515) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4515) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4516) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4517) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4517) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4514) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4514) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4515) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4515) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4516) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4516) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4523) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4524) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4524) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4524) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4525) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4526) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4526) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4523) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4523) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4524) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4524) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4525) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4525) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4527) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4528) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4528) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4528) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4529) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4530) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4530) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4527) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4527) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4528) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4528) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4529) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4529) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4531) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4532) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4532) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4532) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4533) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4534) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4534) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4531) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4531) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4532) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4532) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4533) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4533) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4540) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4541) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4541) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4541) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4542) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4543) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4543) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4540) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4540) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4541) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4541) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4542) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4542) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4544) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4545) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4545) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4545) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4546) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4547) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4547) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4544) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4544) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4545) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4545) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4546) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4546) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4548) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4549) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4549) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4549) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4550) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4551) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4551) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4548) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4548) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4549) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4549) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4550) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4550) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4812) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4812) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4814) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#4814) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5186) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5186) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5188) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5188) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5193) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5193) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5282) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5282) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5286) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5286) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5288) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5288) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5511) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5511) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5514) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5514) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5516) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5516) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5564) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5564) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5580) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5580) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5597) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5597) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5613) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5613) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5711) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5711) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5718) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5719) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5718) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5718) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5719) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5719) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5721) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5722) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5721) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5721) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5722) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5722) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5724) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5724) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5724) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5725) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5724) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5724) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5725) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5725) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5727) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5728) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5727) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5727) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5728) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5728) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5736) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5737) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5736) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5736) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5737) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5737) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5739) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5740) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5739) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5739) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5740) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5740) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5742) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5742) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5742) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5743) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5742) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5742) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5743) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5743) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5745) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5746) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5745) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5745) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5746) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5746) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5832) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#5832) Expected newline after "," in a multi-line function (function-comma-newline-after)
(#687) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#688) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#689) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#690) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#1836) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#1837) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#1838) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#1839) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#1847) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#1848) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#1848) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#1849) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#1850) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#1851) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#1851) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#1852) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#2178) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#2179) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#2180) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#2181) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#2185) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#2186) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#2187) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#2188) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#2212) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#2213) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#2214) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#2215) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#2219) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#2220) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#2221) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#2222) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#2246) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#2247) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#2248) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#2249) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#2253) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#2254) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#2255) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#2256) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#2427) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#2428) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#2429) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#2430) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#2924) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#2925) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#2927) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#2928) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#2929) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#2930) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#3119) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#3120) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#3121) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#3122) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#3566) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#3567) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#3568) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#3569) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#3752) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#3753) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#3753) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#3754) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#3755) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#3756) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#3756) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#3757) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4440) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4441) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4442) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4443) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4454) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4455) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4456) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4457) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4464) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4467) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4464) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4465) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4465) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4466) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4466) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4467) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4468) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4471) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4468) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4469) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4469) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4470) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4470) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4471) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4472) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4475) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4472) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4473) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4473) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4474) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4474) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4475) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4489) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4492) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4489) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4490) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4490) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4491) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4491) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4492) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4493) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4496) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4493) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4494) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4494) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4495) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4495) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4496) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4497) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4500) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4497) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4498) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4498) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4499) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4499) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4500) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4506) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4509) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4506) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4507) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4507) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4508) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4508) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4509) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4510) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4513) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4510) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4511) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4511) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4512) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4512) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4513) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4514) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4517) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4514) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4515) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4515) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4516) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4516) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4517) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4523) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4526) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4523) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4524) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4524) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4525) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4525) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4526) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4527) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4530) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4527) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4528) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4528) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4529) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4529) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4530) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4531) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4534) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4531) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4532) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4532) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4533) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4533) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4534) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4540) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4543) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4540) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4541) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4541) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4542) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4542) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4543) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4544) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4547) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4544) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4545) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4545) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4546) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4546) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4547) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4548) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4551) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4548) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4549) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4549) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4550) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4550) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4551) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4812) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4813) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#4814) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#4815) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5186) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5187) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5188) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5189) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5193) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5194) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5282) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5283) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5286) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5287) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5288) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5289) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5511) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5512) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5514) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5515) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5516) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5517) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5564) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5565) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5580) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5581) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5597) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5598) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5613) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5614) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5711) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5712) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5718) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5720) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5718) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5719) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5719) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5720) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5721) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5723) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5721) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5722) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5722) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5723) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5724) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5726) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5724) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5725) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5724) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5725) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5725) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5726) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5725) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5726) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5727) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5729) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5727) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5728) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5728) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5729) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5736) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5738) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5736) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5737) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5737) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5738) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5739) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5741) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5739) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5740) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5740) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5741) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5742) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5744) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5742) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5743) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5742) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5743) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5743) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5744) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5743) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5744) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5745) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5747) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5745) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5746) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5746) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5747) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#5832) Expected newline after "(" in a multi-line function (function-parentheses-newline-inside)
(#5833) Expected newline before ")" in a multi-line function (function-parentheses-newline-inside)
(#2286) Expected newline after "," (selector-list-comma-newline-after)
(#2286) Expected newline after "," (selector-list-comma-newline-after)
(#2286) Expected newline after "," (selector-list-comma-newline-after)
(#2286) Expected newline after "," (selector-list-comma-newline-after)
(#2286) Expected newline after "," (selector-list-comma-newline-after)
(#2286) Expected newline after "," (selector-list-comma-newline-after)
(#2289) Expected newline after "," (selector-list-comma-newline-after)
(#2289) Expected newline after "," (selector-list-comma-newline-after)
(#2289) Expected newline after "," (selector-list-comma-newline-after)
(#2289) Expected newline after "," (selector-list-comma-newline-after)
(#2289) Expected newline after "," (selector-list-comma-newline-after)
(#2292) Expected newline after "," (selector-list-comma-newline-after)
(#1848) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#1851) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#2186) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#2188) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#2220) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#2222) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#2254) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#2256) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#3753) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#3756) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
(#688) Expected indentation of 4 spaces (indentation)
(#690) Expected indentation of 4 spaces (indentation)
(#1837) Expected indentation of 4 spaces (indentation)
(#1839) Expected indentation of 4 spaces (indentation)
(#1848) Expected indentation of 4 spaces (indentation)
(#1849) Expected indentation of 4 spaces (indentation)
(#1851) Expected indentation of 4 spaces (indentation)
(#1852) Expected indentation of 4 spaces (indentation)
(#2179) Expected indentation of 4 spaces (indentation)
(#2181) Expected indentation of 4 spaces (indentation)
(#2186) Expected indentation of 4 spaces (indentation)
(#2188) Expected indentation of 4 spaces (indentation)
(#2213) Expected indentation of 4 spaces (indentation)
(#2215) Expected indentation of 4 spaces (indentation)
(#2220) Expected indentation of 4 spaces (indentation)
(#2222) Expected indentation of 4 spaces (indentation)
(#2247) Expected indentation of 4 spaces (indentation)
(#2249) Expected indentation of 4 spaces (indentation)
(#2254) Expected indentation of 4 spaces (indentation)
(#2256) Expected indentation of 4 spaces (indentation)
(#2428) Expected indentation of 4 spaces (indentation)
(#2430) Expected indentation of 4 spaces (indentation)
(#2925) Expected indentation of 4 spaces (indentation)
(#2928) Expected indentation of 4 spaces (indentation)
(#2930) Expected indentation of 4 spaces (indentation)
(#3120) Expected indentation of 4 spaces (indentation)
(#3122) Expected indentation of 4 spaces (indentation)
(#3567) Expected indentation of 4 spaces (indentation)
(#3569) Expected indentation of 4 spaces (indentation)
(#3753) Expected indentation of 4 spaces (indentation)
(#3754) Expected indentation of 4 spaces (indentation)
(#3756) Expected indentation of 4 spaces (indentation)
(#3757) Expected indentation of 4 spaces (indentation)
(#4441) Expected indentation of 4 spaces (indentation)
(#4443) Expected indentation of 4 spaces (indentation)
(#4455) Expected indentation of 4 spaces (indentation)
(#4457) Expected indentation of 4 spaces (indentation)
(#4465) Expected indentation of 4 spaces (indentation)
(#4466) Expected indentation of 4 spaces (indentation)
(#4467) Expected indentation of 4 spaces (indentation)
(#4469) Expected indentation of 4 spaces (indentation)
(#4470) Expected indentation of 4 spaces (indentation)
(#4471) Expected indentation of 4 spaces (indentation)
(#4473) Expected indentation of 4 spaces (indentation)
(#4474) Expected indentation of 4 spaces (indentation)
(#4475) Expected indentation of 4 spaces (indentation)
(#4490) Expected indentation of 4 spaces (indentation)
(#4491) Expected indentation of 4 spaces (indentation)
(#4492) Expected indentation of 4 spaces (indentation)
(#4494) Expected indentation of 4 spaces (indentation)
(#4495) Expected indentation of 4 spaces (indentation)
(#4496) Expected indentation of 4 spaces (indentation)
(#4498) Expected indentation of 4 spaces (indentation)
(#4499) Expected indentation of 4 spaces (indentation)
(#4500) Expected indentation of 4 spaces (indentation)
(#4507) Expected indentation of 4 spaces (indentation)
(#4508) Expected indentation of 4 spaces (indentation)
(#4509) Expected indentation of 4 spaces (indentation)
(#4511) Expected indentation of 4 spaces (indentation)
(#4512) Expected indentation of 4 spaces (indentation)
(#4513) Expected indentation of 4 spaces (indentation)
(#4515) Expected indentation of 4 spaces (indentation)
(#4516) Expected indentation of 4 spaces (indentation)
(#4517) Expected indentation of 4 spaces (indentation)
(#4524) Expected indentation of 4 spaces (indentation)
(#4525) Expected indentation of 4 spaces (indentation)
(#4526) Expected indentation of 4 spaces (indentation)
(#4528) Expected indentation of 4 spaces (indentation)
(#4529) Expected indentation of 4 spaces (indentation)
(#4530) Expected indentation of 4 spaces (indentation)
(#4532) Expected indentation of 4 spaces (indentation)
(#4533) Expected indentation of 4 spaces (indentation)
(#4534) Expected indentation of 4 spaces (indentation)
(#4541) Expected indentation of 4 spaces (indentation)
(#4542) Expected indentation of 4 spaces (indentation)
(#4543) Expected indentation of 4 spaces (indentation)
(#4545) Expected indentation of 4 spaces (indentation)
(#4546) Expected indentation of 4 spaces (indentation)
(#4547) Expected indentation of 4 spaces (indentation)
(#4549) Expected indentation of 4 spaces (indentation)
(#4550) Expected indentation of 4 spaces (indentation)
(#4551) Expected indentation of 4 spaces (indentation)
(#4813) Expected indentation of 4 spaces (indentation)
(#4815) Expected indentation of 4 spaces (indentation)
(#5187) Expected indentation of 4 spaces (indentation)
(#5189) Expected indentation of 4 spaces (indentation)
(#5194) Expected indentation of 4 spaces (indentation)
(#5283) Expected indentation of 4 spaces (indentation)
(#5287) Expected indentation of 4 spaces (indentation)
(#5289) Expected indentation of 4 spaces (indentation)
(#5512) Expected indentation of 4 spaces (indentation)
(#5515) Expected indentation of 4 spaces (indentation)
(#5517) Expected indentation of 4 spaces (indentation)
(#5565) Expected indentation of 4 spaces (indentation)
(#5581) Expected indentation of 4 spaces (indentation)
(#5598) Expected indentation of 4 spaces (indentation)
(#5614) Expected indentation of 4 spaces (indentation)
(#5712) Expected indentation of 4 spaces (indentation)
(#5719) Expected indentation of 4 spaces (indentation)
(#5720) Expected indentation of 4 spaces (indentation)
(#5722) Expected indentation of 4 spaces (indentation)
(#5723) Expected indentation of 4 spaces (indentation)
(#5725) Expected indentation of 4 spaces (indentation)
(#5726) Expected indentation of 4 spaces (indentation)
(#5728) Expected indentation of 4 spaces (indentation)
(#5729) Expected indentation of 4 spaces (indentation)
(#5737) Expected indentation of 4 spaces (indentation)
(#5738) Expected indentation of 4 spaces (indentation)
(#5740) Expected indentation of 4 spaces (indentation)
(#5741) Expected indentation of 4 spaces (indentation)
(#5743) Expected indentation of 4 spaces (indentation)
(#5744) Expected indentation of 4 spaces (indentation)
(#5746) Expected indentation of 4 spaces (indentation)
(#5747) Expected indentation of 4 spaces (indentation)
(#5833) Expected indentation of 4 spaces (indentation)
local/kopere_dashboard/assets/css/botao-add.scss
(#5) Unexpected !important (declaration-no-important)
local/kopere_dashboard/assets/css/css_alert.scss
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#14) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#17) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#21) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#28) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#46) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#64) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#82) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2) Unexpected !important (declaration-no-important)
(#30) Expected newline after "," (selector-list-comma-newline-after)
(#48) Expected newline after "," (selector-list-comma-newline-after)
(#66) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
local/kopere_dashboard/assets/css/dashboard.scss
(#554) Expected empty line before at-rule (at-rule-empty-line-before)
(#310) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#167) Unexpected !important (declaration-no-important)
(#170) Unexpected !important (declaration-no-important)
(#514) Unexpected !important (declaration-no-important)
(#518) Unexpected !important (declaration-no-important)
(#32) Unexpected URL scheme "data:" (function-url-scheme-disallowed-list)
(#2) Expected newline after "," (selector-list-comma-newline-after)
(#2) Expected newline after "," (selector-list-comma-newline-after)
(#280) Expected newline after "," (selector-list-comma-newline-after)
(#280) Expected newline after "," (selector-list-comma-newline-after)
(#280) Expected newline after "," (selector-list-comma-newline-after)
(#280) Expected newline after "," (selector-list-comma-newline-after)
(#280) Expected newline after "," (selector-list-comma-newline-after)
(#296) Expected newline after "," (selector-list-comma-newline-after)
(#488) Expected newline after "," (selector-list-comma-newline-after)
local/kopere_dashboard/assets/css/daterangepicker.scss
(#518) Expected empty line before at-rule (at-rule-empty-line-before)
(#534) Unexpected !important (declaration-no-important)
(#128) Expected newline after "," (selector-list-comma-newline-after)
(#204) Expected newline after "," (selector-list-comma-newline-after)
(#223) Expected newline after "," (selector-list-comma-newline-after)
(#240) Expected newline after "," (selector-list-comma-newline-after)
(#262) Expected newline after "," (selector-list-comma-newline-after)
(#262) Expected newline after "," (selector-list-comma-newline-after)
(#262) Expected newline after "," (selector-list-comma-newline-after)
(#287) Expected newline after "," (selector-list-comma-newline-after)
(#302) Expected newline after "," (selector-list-comma-newline-after)
(#310) Expected newline after "," (selector-list-comma-newline-after)
(#324) Expected newline after "," (selector-list-comma-newline-after)
(#324) Expected newline after "," (selector-list-comma-newline-after)
(#324) Expected newline after "," (selector-list-comma-newline-after)
(#441) Expected newline after "," (selector-list-comma-newline-after)
(#446) Expected newline after "," (selector-list-comma-newline-after)
(#479) Expected newline after "," (selector-list-comma-newline-after)
(#511) Expected newline after "," (selector-list-comma-newline-after)
local/kopere_dashboard/assets/css/iosCheckbox.scss
(#23) Unexpected !important (declaration-no-important)
(#33) Unexpected URL scheme "data:" (function-url-scheme-disallowed-list)
local/kopere_dashboard/assets/css/kopere-main-menu.scss
(#11) Invalid value for "display" (csstree/validator)
(#11) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#12) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#97) Unexpected !important (declaration-no-important)
(#99) Unexpected !important (declaration-no-important)
local/kopere_dashboard/assets/css/popup.scss
(#149) Can't parse value "Alpha(Opacity=75)" (csstree/validator)
(#108) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#109) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#68) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#110) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#113) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#130) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#135) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#140) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2) Unexpected !important (declaration-no-important)
(#26) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#41) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
(#149) Expected "Alpha" to be "alpha" (function-name-case)
(#40) Expected newline after "," (selector-list-comma-newline-after)
(#105) Expected newline after "," (selector-list-comma-newline-after)
local/kopere_dashboard/assets/css/print.scss
(#7) Unexpected !important (declaration-no-important)
(#15) Unexpected !important (declaration-no-important)
(#16) Unexpected !important (declaration-no-important)
(#17) Unexpected !important (declaration-no-important)
local/kopere_dashboard/assets/dataTables/buttons.dataTables.scss
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#12) Expected empty line before at-rule (at-rule-empty-line-before)
(#18) Expected empty line before at-rule (at-rule-empty-line-before)
(#24) Expected empty line before at-rule (at-rule-empty-line-before)
(#516) Expected empty line before at-rule (at-rule-empty-line-before)
(#490) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#218) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#225) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#74) Unexpected !important (declaration-no-important)
(#396) Unexpected !important (declaration-no-important)
(#518) Unexpected !important (declaration-no-important)
(#219) Expected line length to be no more than 132 characters (max-line-length)
(#226) Expected line length to be no more than 132 characters (max-line-length)
(#490) Expected line length to be no more than 132 characters (max-line-length)
local/kopere_dashboard/assets/dataTables/jquery.dataTables.scss
(#161) Invalid value for "background" (csstree/validator)
(#246) Expected empty line before at-rule (at-rule-empty-line-before)
(#159) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#160) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#161) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#162) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#163) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#74) Unexpected duplicate "zoom" (declaration-block-no-duplicate-properties)
(#158) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#159) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#160) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#161) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#162) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#163) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#8) Unexpected !important (declaration-no-important)
(#11) Unexpected !important (declaration-no-important)
(#15) Unexpected !important (declaration-no-important)
(#114) Unexpected !important (declaration-no-important)
(#116) Unexpected !important (declaration-no-important)
(#121) Unexpected !important (declaration-no-important)
(#129) Unexpected !important (declaration-no-important)
(#137) Unexpected !important (declaration-no-important)
(#194) Unexpected !important (declaration-no-important)
(#195) Unexpected !important (declaration-no-important)
(#32) Unexpected URL scheme "data:" (function-url-scheme-disallowed-list)
(#36) Unexpected URL scheme "data:" (function-url-scheme-disallowed-list)
(#40) Unexpected URL scheme "data:" (function-url-scheme-disallowed-list)
(#48) Unexpected URL scheme "data:" (function-url-scheme-disallowed-list)
(#52) Unexpected URL scheme "data:" (function-url-scheme-disallowed-list)
(#158) Expected line length to be no more than 132 characters (max-line-length)
(#159) Expected line length to be no more than 132 characters (max-line-length)
(#160) Expected line length to be no more than 132 characters (max-line-length)
(#161) Expected line length to be no more than 132 characters (max-line-length)
(#162) Expected line length to be no more than 132 characters (max-line-length)
(#163) Expected line length to be no more than 132 characters (max-line-length)
(#6) Expected newline after "," (selector-list-comma-newline-after)
local/kopere_dashboard/assets/dataTables/responsive.dataTables.scss
(#143) Expected empty line before at-rule (at-rule-empty-line-before)
(#110) Unexpected duplicate "overflow" (declaration-block-no-duplicate-properties)
(#4) Unexpected !important (declaration-no-important)
(#9) Unexpected !important (declaration-no-important)
(#64) Unexpected !important (declaration-no-important)
(#149) Unexpected !important (declaration-no-important)
local/kopere_dashboard/assets/dataTables/scroller.dataTables.scss
(#2) Unexpected !important (declaration-no-important)
(#24) Expected line length to be no more than 132 characters (max-line-length)
(#39) Expected line length to be no more than 132 characters (max-line-length)
local/kopere_dashboard/assets/dropzone/css/dropzone.scss
(#35) Expected empty line before at-rule (at-rule-empty-line-before)
(#46) Expected empty line before at-rule (at-rule-empty-line-before)
(#60) Expected empty line before at-rule (at-rule-empty-line-before)
(#70) Expected empty line before at-rule (at-rule-empty-line-before)
(#142) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#327) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#53) Unexpected unit (length-zero-no-unit)
(#67) Unexpected unit (length-zero-no-unit)
(#51) Expected newline after "," (selector-list-comma-newline-after)
(#81) Expected newline after "," (selector-list-comma-newline-after)
(#95) Expected newline after "," (selector-list-comma-newline-after)
(#202) Expected newline after "," (selector-list-comma-newline-after)
(#244) Expected newline after "," (selector-list-comma-newline-after)

PHPDocs style problems

(180 errors, 0 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

local/kopere_dashboard/autoload.php
(#41) Phpdocs for function kopere_dashboard_autoload has incomplete parameters list
(#100) Phpdocs for function get_string_kopere has incomplete parameters list
local/kopere_dashboard/classes/benchmark.php
(#174) Phpdocs for function benchmark::format_number has incomplete parameters list
local/kopere_dashboard/classes/courses.php
(#124) Phpdocs for function courses::count_all has incomplete parameters list
(#146) Phpdocs for function courses::count_all_visibles has incomplete parameters list
(#401) Phpdocs for function courses::create_static_page has incomplete parameters list
local/kopere_dashboard/classes/html/data_table.php
(#75) Phpdocs for function data_table::set_is_export has incomplete parameters list
(#93) Phpdocs for function data_table::set_tableid has incomplete parameters list
(#102) Phpdocs for function data_table::set_ajax_url has incomplete parameters list
(#111) Phpdocs for function data_table::set_click_redirect has incomplete parameters list
(#124) Phpdocs for function data_table::add_info_header has incomplete parameters list
(#138) Phpdocs for function data_table::add_header has incomplete parameters list
(#272) Phpdocs for function data_table::set_row has incomplete parameters list
(#367) Phpdocs for function data_table::print_row has incomplete parameters list
local/kopere_dashboard/classes/html/form.php
(#59) Phpdocs for function form::print_row has incomplete parameters list
(#72) Phpdocs for function form::print_row_return has incomplete parameters list
(#96) Phpdocs for function form::print_panel has incomplete parameters list
(#111) Phpdocs for function form::print_row_one has incomplete parameters list
(#127) Phpdocs for function form::print_section has incomplete parameters list
(#136) Phpdocs for function form::print_spacer has incomplete parameters list
(#177) Phpdocs for function form::create_hidden_input has incomplete parameters list
(#219) Phpdocs for function form::close_and_auto_submit_input has incomplete parameters list
local/kopere_dashboard/classes/html/inputs/i_input.php
(#46) Phpdocs for function i_input::set_name has incomplete parameters list
(#62) Phpdocs for function i_input::set_type has incomplete parameters list
(#78) Phpdocs for function i_input::set_class has incomplete parameters list
(#94) Phpdocs for function i_input::set_style has incomplete parameters list
(#110) Phpdocs for function i_input::set_value has incomplete parameters list
(#119) Phpdocs for function i_input::set_value_by_config has incomplete parameters list
(#135) Phpdocs for function i_input::set_title has incomplete parameters list
(#151) Phpdocs for function i_input::set_description has incomplete parameters list
(#167) Phpdocs for function i_input::add_validator has incomplete parameters list
local/kopere_dashboard/classes/html/inputs/input_base.php
(#126) Phpdocs for function input_base::set_name has incomplete parameters list
(#150) Phpdocs for function input_base::set_type has incomplete parameters list
(#172) Phpdocs for function input_base::set_class has incomplete parameters list
(#194) Phpdocs for function input_base::set_style has incomplete parameters list
(#216) Phpdocs for function input_base::set_value has incomplete parameters list
(#234) Phpdocs for function input_base::set_value_by_config has incomplete parameters list
(#265) Phpdocs for function input_base::set_title has incomplete parameters list
(#287) Phpdocs for function input_base::set_description has incomplete parameters list
(#312) Phpdocs for function input_base::add_validator has incomplete parameters list
(#329) Phpdocs for function input_base::add_mask has incomplete parameters list
(#346) Phpdocs for function input_base::add_extras has incomplete parameters list
local/kopere_dashboard/classes/html/inputs/input_checkbox.php
(#65) Phpdocs for function input_checkbox::set_checked has incomplete parameters list
(#78) Phpdocs for function input_checkbox::set_checked_by_config has incomplete parameters list
local/kopere_dashboard/classes/html/inputs/input_checkbox_select.php
(#75) Phpdocs for function input_checkbox_select::set_checked has incomplete parameters list
(#95) Phpdocs for function input_checkbox_select::set_checked_by_config has incomplete parameters list
local/kopere_dashboard/classes/html/inputs/input_select.php
(#73) Phpdocs for function input_select::set_values has incomplete parameters list
(#90) Phpdocs for function input_select::set_add_selecione has incomplete parameters list
local/kopere_dashboard/classes/html/table.php
(#58) Phpdocs for function table::set_click has incomplete parameters list
(#70) Phpdocs for function table::set_click_redirect has incomplete parameters list
(#82) Phpdocs for function table::set_click_open has incomplete parameters list
(#94) Phpdocs for function table::set_id has incomplete parameters list
(#103) Phpdocs for function table::get_click has incomplete parameters list
(#136) Phpdocs for function table::add_header has incomplete parameters list
(#156) Phpdocs for function table::print_header has incomplete parameters list
(#185) Phpdocs for function table::set_row has incomplete parameters list
(#245) Phpdocs for function table::print_row has incomplete parameters list
local/kopere_dashboard/classes/install/report_install.php
(#579) Phpdocs for function report_install::add_info_header has incomplete parameters list
(#595) Phpdocs for function report_install::add_header has incomplete parameters list
(#620) Phpdocs for function report_install::report_cat_insert has incomplete parameters list
(#636) Phpdocs for function report_install::report_insert has incomplete parameters list
local/kopere_dashboard/classes/install/users_import_install.php
(#81) Phpdocs for function users_import_install::insert has incomplete parameters list
local/kopere_dashboard/classes/notificationsutil.php
(#194) Phpdocs for function notificationsutil::module_name has incomplete parameters list
local/kopere_dashboard/classes/output/events/send_events.php
(#62) Phpdocs for function send_events::set_local_kopere_dashboard_event has incomplete parameters list
(#80) Phpdocs for function send_events::set_event has incomplete parameters list
(#245) Phpdocs for function send_events::replace_date has incomplete parameters list
(#280) Phpdocs for function send_events::replace_tag has incomplete parameters list
(#308) Phpdocs for function send_events::replace_tag_user has incomplete parameters list
(#336) Phpdocs for function send_events::login_generate_password has incomplete parameters list
local/kopere_dashboard/classes/profile.php
(#41) Phpdocs for function profile::details has incomplete parameters list
(#67) Phpdocs for function profile::user_data has incomplete parameters list
(#91) Phpdocs for function profile::list_courses has incomplete parameters list
(#168) Phpdocs for function profile::get_user_info has incomplete parameters list
local/kopere_dashboard/classes/report/custom/course_access.php
(#282) Phpdocs for function course_access::td has incomplete parameters list
(#293) Phpdocs for function course_access::td2 has incomplete parameters list
local/kopere_dashboard/classes/report/custom/course_access_grade.php
(#310) Phpdocs for function course_access_grade::td has incomplete parameters list
(#321) Phpdocs for function course_access_grade::td2 has incomplete parameters list
local/kopere_dashboard/classes/report/custom/course_last_access.php
(#210) Phpdocs for function course_last_access::td has incomplete parameters list
local/kopere_dashboard/classes/report/custom/pagination.php
(#37) Phpdocs for function pagination::create has incomplete parameters list
local/kopere_dashboard/classes/report/report_foreach.php
(#39) Phpdocs for function report_foreach::userfullname has incomplete parameters list
(#53) Phpdocs for function report_foreach::internal_userfullname has incomplete parameters list
(#130) Phpdocs for function report_foreach::badge_status_text has incomplete parameters list
(#191) Phpdocs for function report_foreach::badge_criteria_type has incomplete parameters list
(#206) Phpdocs for function report_foreach::courses_group_mode has incomplete parameters list
local/kopere_dashboard/classes/reports.php
(#193) Phpdocs for function reports::prerequisit has incomplete parameters list
(#325) Phpdocs for function reports::get_title has incomplete parameters list
local/kopere_dashboard/classes/server/performancemonitor.php
(#96) Phpdocs for function performancemonitor::cpu has incomplete parameters list
(#131) Phpdocs for function performancemonitor::memory has incomplete parameters list
(#161) Phpdocs for function performancemonitor::disk_moodledata has incomplete parameters list
(#205) Phpdocs for function performancemonitor::load_average has incomplete parameters list
local/kopere_dashboard/classes/useronline.php
(#103) Phpdocs for function useronline::count has incomplete parameters list
local/kopere_dashboard/classes/util/bytes_util.php
(#40) Phpdocs for function bytes_util::size_to_byte has incomplete parameters list
(#77) Phpdocs for function bytes_util::remove_zero has incomplete parameters list
(#95) Phpdocs for function bytes_util::et_duration_segundos has incomplete parameters list
local/kopere_dashboard/classes/util/config.php
(#37) Phpdocs for function config::get_key has incomplete parameters list
(#59) Phpdocs for function config::get_key_int has incomplete parameters list
local/kopere_dashboard/classes/util/course.php
(#38) Phpdocs for function course::overview_image has incomplete parameters list
local/kopere_dashboard/classes/util/dashboard_util.php
(#63) Phpdocs for function dashboard_util::set_titulo has incomplete parameters list
(#238) Phpdocs for function dashboard_util::get_icon has incomplete parameters list
(#250) Phpdocs for function dashboard_util::test_menu_active has incomplete parameters list
(#269) Phpdocs for function dashboard_util::start_popup has incomplete parameters list
local/kopere_dashboard/classes/util/datatable_search_util.php
(#51) Phpdocs for function datatable_search_util::__construct has incomplete parameters list
(#118) Phpdocs for function datatable_search_util::execute_sql_and_return has incomplete parameters list
local/kopere_dashboard/classes/util/date_util.php
(#36) Phpdocs for function date_util::convert_to_time has incomplete parameters list
local/kopere_dashboard/classes/util/end_util.php
(#46) Phpdocs for function end_util::end_script_header has incomplete parameters list
local/kopere_dashboard/classes/util/enroll_util.php
(#38) Phpdocs for function enroll_util::status_enrol_manual has incomplete parameters list
(#67) Phpdocs for function enroll_util::enrolled has incomplete parameters list
(#110) Phpdocs for function enroll_util::cohort_enrol has incomplete parameters list
(#126) Phpdocs for function enroll_util::cohort_unenrol has incomplete parameters list
(#198) Phpdocs for function enroll_util::unenrol has incomplete parameters list
local/kopere_dashboard/classes/util/export.php
(#50) Phpdocs for function export::header has incomplete parameters list
local/kopere_dashboard/classes/util/finder_user_util.php
(#37) Phpdocs for function finder_user_util::find has incomplete parameters list
local/kopere_dashboard/classes/util/header.php
(#39) Phpdocs for function header::location has incomplete parameters list
(#73) Phpdocs for function header::notfound_null has incomplete parameters list
(#88) Phpdocs for function header::notfound has incomplete parameters list
local/kopere_dashboard/classes/util/html.php
(#64) Phpdocs for function html::caracter_spacial has incomplete parameters list
(#75) Phpdocs for function html::retira_acentos has incomplete parameters list
(#89) Phpdocs for function html::trim has incomplete parameters list
(#112) Phpdocs for function html::retira_caracteres_nao_ascii has incomplete parameters list
(#137) Phpdocs for function html::link has incomplete parameters list
(#158) Phpdocs for function html::truncate_text has incomplete parameters list
(#183) Phpdocs for function html::makelink has incomplete parameters list
local/kopere_dashboard/classes/util/json.php
(#38) Phpdocs for function json::encode has incomplete parameters list
(#73) Phpdocs for function json::error has incomplete parameters list
local/kopere_dashboard/classes/util/menu_util.php
(#76) Phpdocs for function menu_util::set_classname has incomplete parameters list
(#97) Phpdocs for function menu_util::set_methodname has incomplete parameters list
(#118) Phpdocs for function menu_util::set_icon has incomplete parameters list
(#139) Phpdocs for function menu_util::set_name has incomplete parameters list
(#160) Phpdocs for function menu_util::set_submenus has incomplete parameters list
local/kopere_dashboard/classes/util/message.php
(#39) Phpdocs for function message::schedule_message has incomplete parameters list
(#74) Phpdocs for function message::warning has incomplete parameters list
(#89) Phpdocs for function message::print_warning has incomplete parameters list
(#98) Phpdocs for function message::schedule_message_warning has incomplete parameters list
(#107) Phpdocs for function message::success has incomplete parameters list
(#122) Phpdocs for function message::print_success has incomplete parameters list
(#131) Phpdocs for function message::schedule_message_success has incomplete parameters list
(#140) Phpdocs for function message::info has incomplete parameters list
(#156) Phpdocs for function message::print_info has incomplete parameters list
(#166) Phpdocs for function message::schedule_message_info has incomplete parameters list
(#175) Phpdocs for function message::danger has incomplete parameters list
(#190) Phpdocs for function message::print_danger has incomplete parameters list
(#199) Phpdocs for function message::schedule_message_danger has incomplete parameters list
local/kopere_dashboard/classes/util/navigation.php
(#37) Phpdocs for function navigation::create has incomplete parameters list
local/kopere_dashboard/classes/util/number_util.php
(#36) Phpdocs for function number_util::only_number has incomplete parameters list
(#49) Phpdocs for function number_util::phonecell_to_number has incomplete parameters list
(#78) Phpdocs for function number_util::bytes has incomplete parameters list
(#110) Phpdocs for function number_util::remove_zero has incomplete parameters list
local/kopere_dashboard/classes/util/photo.php
(#37) Phpdocs for function photo::get_photo_user has incomplete parameters list
local/kopere_dashboard/classes/util/server_util.php
(#56) Phpdocs for function server_util::function_enable has incomplete parameters list
local/kopere_dashboard/classes/util/session.php
(#37) Phpdocs for function session::get has incomplete parameters list
(#52) Phpdocs for function session::set has incomplete parameters list
local/kopere_dashboard/classes/util/string_util.php
(#110) Phpdocs for function string_util::clear_all_params has incomplete parameters list
(#136) Phpdocs for function string_util::clear_params_array has incomplete parameters list
(#163) Phpdocs for function string_util::trunc has incomplete parameters list
local/kopere_dashboard/classes/util/submenu_util.php
(#56) Phpdocs for function submenu_util::set_classname has incomplete parameters list
(#77) Phpdocs for function submenu_util::set_methodname has incomplete parameters list
(#98) Phpdocs for function submenu_util::set_urlextra has incomplete parameters list
(#119) Phpdocs for function submenu_util::set_title has incomplete parameters list
(#140) Phpdocs for function submenu_util::set_icon has incomplete parameters list
local/kopere_dashboard/classes/util/title_util.php
(#37) Phpdocs for function title_util::print_h1 has incomplete parameters list
(#53) Phpdocs for function title_util::print_h2 has incomplete parameters list
(#69) Phpdocs for function title_util::print_h3 has incomplete parameters list
(#85) Phpdocs for function title_util::print_h4 has incomplete parameters list
(#101) Phpdocs for function title_util::print_h5 has incomplete parameters list
(#117) Phpdocs for function title_util::print_h6 has incomplete parameters list
local/kopere_dashboard/classes/util/user_util.php
(#39) Phpdocs for function user_util::explode_name has incomplete parameters list
(#57) Phpdocs for function user_util::column_fullname has incomplete parameters list
(#74) Phpdocs for function user_util::validate_new_user has incomplete parameters list
local/kopere_dashboard/classes/util/webpages_util.php
(#41) Phpdocs for function webpages_util::notfound has incomplete parameters list
local/kopere_dashboard/classes/vo/local_kopere_dashboard_event.php
(#60) Phpdocs for function local_kopere_dashboard_event::create has incomplete parameters list
(#85) Phpdocs for function local_kopere_dashboard_event::create_by_object has incomplete parameters list
local/kopere_dashboard/classes/vo/local_kopere_dashboard_menu.php
(#55) Phpdocs for function local_kopere_dashboard_menu::create_by_object has incomplete parameters list
local/kopere_dashboard/classes/vo/local_kopere_dashboard_pages.php
(#69) Phpdocs for function local_kopere_dashboard_pages::create_by_object has incomplete parameters list
local/kopere_dashboard/classes/vo/local_kopere_dashboard_rcat.php
(#55) Phpdocs for function local_kopere_dashboard_rcat::create_by_object has incomplete parameters list
local/kopere_dashboard/classes/vo/local_kopere_dashboard_reprt.php
(#67) Phpdocs for function local_kopere_dashboard_reprt::create_by_object has incomplete parameters list
local/kopere_dashboard/classes/webpages.php
(#775) Phpdocs for function webpages::theme_name has incomplete parameters list
local/kopere_dashboard/db/upgrade.php
(#28) Phpdocs for function xmldb_local_kopere_dashboard_upgrade has incomplete parameters list
local/kopere_dashboard/index.php
(#23) Inline phpdocs tag {@link http:// eduardokraus.com} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
local/kopere_dashboard/lib.php
(#118) Phpdocs for function local_kopere_dashboard_extend_navigation__get_menus has incomplete parameters list
(#151) Phpdocs for function local_kopere_dashboard_pluginfile has incomplete parameters list

Update savepoints problems

(0 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]


Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(1 errors, 1 warnings)

This section shows files built by grunt and not commited [More info]

Problems running grunt
Task "eslint:amd" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

This section shows problems detected in mustache templates [More info]


Gherkin .feature problems

(0 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]