mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-22 01:23:43 +02:00
inst.c (find_point_vec): correct indentation
This commit is contained in:
parent
1d7eccb06b
commit
8a1a310396
6
inst.c
6
inst.c
@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* inst.c - Instance structures
|
* inst.c - Instance structures
|
||||||
*
|
*
|
||||||
* Written 2009-2012 by Werner Almesberger
|
* Written 2009-2012, 2015 by Werner Almesberger
|
||||||
* Copyright 2009-2012 by Werner Almesberger
|
* Copyright 2009-2012, 2015 by Werner Almesberger
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -694,7 +694,7 @@ static struct inst *find_point_vec(struct inst *self, struct coord pos)
|
|||||||
return inst;
|
return inst;
|
||||||
for (vec = inst->vec; vec; vec = vec->base)
|
for (vec = inst->vec; vec; vec = vec->base)
|
||||||
if (vec == self->vec)
|
if (vec == self->vec)
|
||||||
return NULL;
|
return NULL;
|
||||||
return inst;
|
return inst;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user