Formatted all .cc and .h code in rtengine, rtexif and rtgui using astyle

This commit is contained in:
DrSlony
2015-08-11 11:55:03 +02:00
parent effb46c3e1
commit 0e0cfb9b25
452 changed files with 133354 additions and 99460 deletions

View File

@@ -19,12 +19,13 @@
#ifndef _LENSGEOMLISTENER_H_
#define _LENSGEOMLISTENER_H_
class LensGeomListener {
class LensGeomListener
{
public:
virtual void straightenRequested ()=0;
virtual void autoCropRequested ()=0;
virtual double autoDistorRequested ()=0;
public:
virtual void straightenRequested () = 0;
virtual void autoCropRequested () = 0;
virtual double autoDistorRequested () = 0;
};
#endif