1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-29 09:52:29 +01:00
Files
wmaker/src
Carlos R. Mafra 05ff62caaf Coding style: Change 'foo * bar' to 'foo *bar' in function arguments
Since 'foo' and 'bar' are not being multiplied...

Done automatically with the sed script:

/^[a-zA-Z][a-zA-Z]*.*(/{
s/ \* \([a-zA-Z]\)/ *\1/g
}

Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
2014-05-18 23:00:16 +01:00
..
2013-12-30 18:11:04 +00:00
2013-05-26 19:48:00 +01:00
2010-09-11 17:32:57 +02:00
2014-05-17 15:59:47 +01:00
2010-09-11 17:32:57 +02:00
2013-06-10 22:34:59 +01:00
2013-10-01 08:40:05 +02:00
2013-05-26 19:48:00 +01:00
2014-05-18 23:00:16 +01:00
2013-05-26 19:48:00 +01:00
2013-05-26 19:48:00 +01:00
2013-05-26 19:48:00 +01:00
2013-05-26 19:48:00 +01:00
2013-05-26 19:48:00 +01:00
2013-05-26 19:48:00 +01:00
2012-04-04 19:44:40 +01:00
2012-06-24 12:30:17 +01:00
2014-04-24 10:47:45 +01:00
2013-10-17 18:11:00 +01:00
2013-10-09 13:02:45 +01:00
2012-11-19 00:12:46 +01:00
2014-04-24 10:47:45 +01:00
2013-05-26 19:48:00 +01:00
2013-05-26 19:48:00 +01:00
2014-04-24 10:47:45 +01:00
2013-05-26 19:48:00 +01:00
2012-04-04 19:44:40 +01:00
2012-10-30 15:26:52 +00:00
2013-12-30 18:11:06 +00:00