config: use dashes, '-', instead of underscores, '_' in attribute names

This commit is contained in:
Daniel Eklöf 2019-01-12 10:32:52 +01:00
parent b0705578b0
commit 75bdd2ad3c
5 changed files with 17 additions and 17 deletions

View file

@ -47,7 +47,7 @@ add_executable(f00bar
particles/empty.c particles/empty.h
particles/list.c particles/list.h
particles/map.c particles/map.h
particles/progress_bar.c particles/progress_bar.h
particles/progress-bar.c particles/progress-bar.h
particles/ramp.c particles/ramp.h
particles/string.c particles/string.h