]> git.sesse.net Git - vlc/blobdiff - modules/access/cdda/callback.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / access / cdda / callback.h
index ee9a1836ab1bdc1d21f0c30415d2b570d1ad9011..323c4f997106af07bd8bed42d511882be3bb35ad 100644 (file)
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #include <vlc/vlc.h>
 
-/* 
+/*
    Minimum, maximum and default number of blocks we allow on read.
 */
 #define MIN_BLOCKS_PER_READ 1
@@ -40,19 +40,19 @@ int  CDDBEnabledCB( vlc_object_t *p_this, const char *psz_name,
 
 
 int  CDTextEnabledCB( vlc_object_t *p_this, const char *psz_name,
-                         vlc_value_t oldval, vlc_value_t val,
-                         void *p_data );
+              vlc_value_t oldval, vlc_value_t val,
+              void *p_data );
 
 int  CDTextPreferCB( vlc_object_t *p_this, const char *psz_name,
-                        vlc_value_t oldval, vlc_value_t val,
-                        void *p_data );
+             vlc_value_t oldval, vlc_value_t val,
+             void *p_data );
 
 int  CDDANavModeCB( vlc_object_t *p_this, const char *psz_name,
-                   vlc_value_t oldval, vlc_value_t val,
-                   void *p_data );
+            vlc_value_t oldval, vlc_value_t val,
+            void *p_data );
 
 
 int CDDABlocksPerReadCB ( vlc_object_t *p_this, const char *psz_name,
-                             vlc_value_t oldval, vlc_value_t val, 
-                             void *p_data );
+                  vlc_value_t oldval, vlc_value_t val,
+                  void *p_data );