mbox series

[buildroot-test,0/2] fix indentation problem and simplify a function

Message ID 20190812144345.26794-1-victor.huesca@bootlin.com
Headers show
Series fix indentation problem and simplify a function | expand

Message

Victor Huesca Aug. 12, 2019, 2:43 p.m. UTC
Commit changes are self-explains.

Victor Huesca (2):
  web/funcs.inc.php: fix 'bab_format_sql_filter' indentation
  web/index.php: reword the 'format_duration' function

 web/funcs.inc.php | 42 +++++++++++++++++++++---------------------
 web/index.php     | 22 ++--------------------
 2 files changed, 23 insertions(+), 41 deletions(-)

Comments

Thomas Petazzoni Aug. 12, 2019, 9:37 p.m. UTC | #1
On Mon, 12 Aug 2019 16:43:43 +0200
Victor Huesca <victor.huesca@bootlin.com> wrote:

> Victor Huesca (2):
>   web/funcs.inc.php: fix 'bab_format_sql_filter' indentation
>   web/index.php: reword the 'format_duration' function

Both applied to buildroot-test. Thanks!

Thomas