mirror of
git://projects.qi-hardware.com/fped.git
synced 2025-04-21 12:27:27 +03:00
inst.c (find_point_vec): correct indentation
This commit is contained in:
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user